#2F891F

Color #2F891F Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #2F891F

Tints of Forest Green #2F891F

Color information

#2F891F (or 0x2F891F) is unknown color: approx Forest Green. HEX triplet: 2F, 89 and 1F. RGB value is (47,137,31). Sum of RGB (Red+Green+Blue) = 47+137+31=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 137 (53.91% from 255 or 63.72% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 137 - color contains mainly: green. Hex color #2F891F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F891F is #D076E0. Grayscale: #626262. Windows color (decimal): -13661921 or 2066735. OLE color: 2066735.

HSL color Cylindrical-coordinate representation of color #2F891F: hue angle of 110.94º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F891F is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB4713731-
CMYK0.6600.770.46
HSL110.94º63.1%32.94%-
HSV(B)110.94º77.37%53.73%-
XYZ10.3718.594.34-
YUV98.0190.1891.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 21.86%
GREEN value IS 137 (53.91% from 255) = 63.72%
BLUE value IS 31 (12.5% from 255) = 14.42%
R=21.86%
G=63.72%
B=14.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47137310.6600.770.46110.9463.132.94
Hex2F891F4204D2E6f3f21
Octal57211371020115561577741
Binary10111110001001111111000010010011011011101101111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F891F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F891F; }

 p { color: rgb(47,137,31); }

 H1.HeaderClassName
 {
   color: #2F891F;
 }
 .AnyTagClassName
 {
   color: #2F891F;
 }
</style>
background-color css

<style>
 a { background-color: #2F891F; }

 a { background-color: rgb(47,137,31); }

 div.DivClassName
 {
   background-color: #2F891F;
 }
 .BgClassName
 {
   background-color: #2F891F;
 }
</style>
border-color css

<style>
 span { border-color: #2F891F; }

 span { border-color: rgb(47,137,31); }

 td.TdClassName
 {
   border-color: #2F891F;
 }
 .TagClassName
 {
   border-color: #2F891F;
 }
</style>