#2F932D

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

Shades of Forest Green #2F932D

Tints of Forest Green #2F932D

Color information

#2F932D (or 0x2F932D) is unknown color: approx Forest Green. HEX triplet: 2F, 93 and 2D. RGB value is (47,147,45). Sum of RGB (Red+Green+Blue) = 47+147+45=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 147 (57.81% from 255 or 61.51% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 147 - color contains mainly: green. Hex color #2F932D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F932D is #D06CD2. Grayscale: #696969. Windows color (decimal): -13659347 or 2986799. OLE color: 2986799.

HSL color Cylindrical-coordinate representation of color #2F932D: hue angle of 118.82º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F932D is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB4714745-
CMYK0.6800.690.42
HSL118.82º53.12%37.65%-
HSV(B)118.82º69.39%57.65%-
XYZ12.0821.666.03-
YUV105.4793.8786.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.67%
GREEN value IS 147 (57.81% from 255) = 61.51%
BLUE value IS 45 (17.97% from 255) = 18.83%
R=19.67%
G=61.51%
B=18.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47147450.6800.690.42118.8253.1237.65
Hex2F932D440452A773526
Octal57223551040105521676546
Binary101111100100111011011000100010001011010101110111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F932D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,147,45); }

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

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

 a { background-color: rgb(47,147,45); }

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

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

 span { border-color: rgb(47,147,45); }

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