#2F8926

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

Shades of Forest Green #2F8926

Tints of Forest Green #2F8926

Color information

#2F8926 (or 0x2F8926) is unknown color: approx Forest Green. HEX triplet: 2F, 89 and 26. RGB value is (47,137,38). Sum of RGB (Red+Green+Blue) = 47+137+38=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 137 (53.91% from 255 or 61.71% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 137 - color contains mainly: green. Hex color #2F8926 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8926 is #D076D9. Grayscale: #636363. Windows color (decimal): -13661914 or 2525487. OLE color: 2525487.

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

Color convert

RGB4713738-
CMYK0.6600.720.46
HSL114.55º56.57%34.31%-
HSV(B)114.55º72.26%53.73%-
XYZ10.4718.644.88-
YUV98.893.6891.05-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.17%
GREEN value IS 137 (53.91% from 255) = 61.71%
BLUE value IS 38 (15.23% from 255) = 17.12%
R=21.17%
G=61.71%
B=17.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47137380.6600.720.46114.5556.5734.31
Hex2F8926420482E733922
Octal57211461020110561637142
Binary101111100010011001101000010010010001011101110011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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