#2F9518

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

Shades of Forest Green #2F9518

Tints of Forest Green #2F9518

Color information

#2F9518 (or 0x2F9518) is unknown color: approx Forest Green. HEX triplet: 2F, 95 and 18. RGB value is (47,149,24). Sum of RGB (Red+Green+Blue) = 47+149+24=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 149 (58.59% from 255 or 67.73% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 149 - color contains mainly: green. Hex color #2F9518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9518 is #D06AE7. Grayscale: #686868. Windows color (decimal): -13658856 or 1611055. OLE color: 1611055.

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

Color convert

RGB4714924-
CMYK0.6800.840.42
HSL108.96º72.25%33.92%-
HSV(B)108.96º83.89%58.43%-
XYZ12.0822.174.51-
YUV104.2582.7187.16-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.36%
GREEN value IS 149 (58.59% from 255) = 67.73%
BLUE value IS 24 (9.77% from 255) = 10.91%
R=21.36%
G=67.73%
B=10.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47149240.6800.840.42108.9672.2533.92
Hex2F9518440542A6d4822
Octal572253010401245215511042
Binary101111100101011100010001000101010010101011011011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,149,24); }

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

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

 a { background-color: rgb(47,149,24); }

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

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

 span { border-color: rgb(47,149,24); }

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