COLOR #2F552F

HEX: #2F552F RGB: (47,85,47)

Color info

#2F552F contains red, green and blue colors in about the same proportion. Web safe color of #2F552F is #336633 (or #363).

RGB color model

#2F552F color RGB value is (47,85,47).

RGB: (47,85,47) (18%, 33%, 18%)

RGB channels and saturation

R 47 of 255 = 18%
G 85 of 255 = 33%
B 47 of 255 = 18%

47
85
47

R + G + B ~ 23%. #2F552F is dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 85 + 47 = 179 (100%)
R 47 of 179 ~ 26.26%
G 85 of 179 ~ 47.49%
B 47 of 179 ~ 26.26'%

%26.26
%47.49
%26.26

CMYK color model

#2F552F color CMYK value is (45,0,45,67).

  • cyan value is 44.71%
  • magenta value is 0.00%
  • yellow value is 44.71%
  • key color value is 66.67%

CMYK: (45,0,45,67)
C45M0Y45K67 (45%, 0%, 45%, 67%)
(0.45 / 0.00 / 0.45 / 0.67)

CMYK percentages

%44.71
%0
%44.71
%66.67

Codes

Color #2F552F in popluar color models

2F 55 2F
RGB 47 85 47
HSL 120° 28.79% 25.88%
HSB/HSV 120° 44.71% 33.33%
CMYK 44.71% 0.00% 44.71%
66.67%

Color #2F552F in popluar number systems.

HEX 2F 55 2F
Decimal 47 85 47
Binary 101111 1010101 101111
Octal 57 125 57

Shades and tints

Shades of #2F552F

#2F552F
(47,85,47)
#2B4E2B
(43,78,43)
#274727
(39,71,39)
#234023
(35,64,35)
#1F391F
(31,57,31)
#1B321B
(27,50,27)
#172B17
(23,43,23)
#132413
(19,36,19)
#0F1D0F
(15,29,15)
#0B160B
(11,22,11)
#070F07
(7,15,7)
#000000
(0,0,0)

Tints of #2F552F

#2F552F
(47,85,47)
#416441
(65,100,65)
#537353
(83,115,83)
#658265
(101,130,101)
#779177
(119,145,119)
#89A089
(137,160,137)
#9BAF9B
(155,175,155)
#ADBEAD
(173,190,173)
#BFCDBF
(191,205,191)
#D1DCD1
(209,220,209)
#E3EBE3
(227,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F552F color. Also use rgb(47,85,47) instead hex code.

Text Font Color

.myTextColor { color: #2F552F; }

<p style="color:#2F552F">This sample text font color is #2F552F.</p>

This text font color is #2F552F.

Background Color

.myBgColor { background-color: #2F552F; }

<div style="background-color:#2F552F">Inner text</div>

This div background color is #2F552F.

Border color

.myBorderColor { border: 1px solid #2F552F; }

<div style="border:3px solid #2F552F">Div</div>

This div border color is #2F552F.

Opacity

.myOpacity80 { color: #2F552F; opacity: 0.8; }

<p style="color:#2F552F;opacity:0.8;">80%</p>

Text with #2F552F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #2F552F;}

<p style="text-shadow: 3px 3px 1px #2F552F">Text here.</p>

This text has shadow with #2F552F color.


.textShadow {text-shadow: 3px 3px 1px #2F552F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #2F552F, 5px 5px 20px red">Text here.</p>

This text has shadow with #2F552F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#2F552F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#2F552F, Direction=45, Strength=4)">Text</p>

This text has shadow with #2F552F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #2F552F;
-webkit-box-shadow: 1px 1px 3px 2px #2F552F;
box-shadow: 1px 1px 3px 2px #2F552F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #2F552F; -webkit-box-shadow: 1px 1px 3px 2px #2F552F; box-shadow:1px 1px 3px 2px #2F552F;">
Div content here
</div>

This div box has shadow with color #2F552F.

Preview

Color preview on black background

This text has color #2F552F on black background.


Color preview on white background

This text has color #2F552F on white background.


Black color preview on #2F552F background

This text has black color on #2F552F background.


White color preview on #2F552F background

This text has white color on #2F552F background.


Related colors

Complementary color

Complementary color for #hex is #D0AAD0.


I love getcolorcode.com

Triadic colors

1 #2F2F55 and #552F2F with #2F552F are triadic colors.

2 #2F552F and #552F2F with #2F552F are triadic colors.