#2F9F34

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

Shades of Forest Green #2F9F34

Tints of Forest Green #2F9F34

Color information

#2F9F34 (or 0x2F9F34) is unknown color: approx Forest Green. HEX triplet: 2F, 9F and 34. RGB value is (47,159,52). Sum of RGB (Red+Green+Blue) = 47+159+52=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 159 (62.5% from 255 or 61.63% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 159 - color contains mainly: green. Hex color #2F9F34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9F34 is #D060CB. Grayscale: #717171. Windows color (decimal): -13656268 or 3448623. OLE color: 3448623.

HSL color Cylindrical-coordinate representation of color #2F9F34: hue angle of 122.68º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9F34 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB4715952-
CMYK0.7000.670.38
HSL122.68º54.37%40.39%-
HSV(B)122.68º70.44%62.35%-
XYZ14.1925.657.45-
YUV113.3193.3980.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.22%
GREEN value IS 159 (62.5% from 255) = 61.63%
BLUE value IS 52 (20.70% from 255) = 20.16%
R=18.22%
G=61.63%
B=20.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal47159520.7000.670.38122.6854.3740.39
Hex2F9F3446043267b3628
Octal57237641060103461736650
Binary101111100111111101001000110010000111001101111011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,159,52); }

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

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

 a { background-color: rgb(47,159,52); }

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

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

 span { border-color: rgb(47,159,52); }

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