#2f9528

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

Shades of Forest Green #2F9528

Tints of Forest Green #2F9528

Color information

#2F9528 (or 0x2F9528) is unknown color: approx Forest Green. HEX triplet: 2F, 95 and 28. RGB value is (47,149,40). Sum of RGB (Red+Green+Blue) = 47+149+40=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 149 (58.59% from 255 or 63.14% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 149 - color contains mainly: green. Hex color #2F9528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9528 is #D06AD7. Grayscale: #6A6A6A. Windows color (decimal): -13658840 or 2659631. OLE color: 2659631.

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

Color convert

RGB4714940-
CMYK0.6800.730.42
HSL116.15º57.67%37.06%-
HSV(B)116.15º73.15%58.43%-
XYZ12.322.255.65-
YUV106.0890.7185.86-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.92%
GREEN value IS 149 (58.59% from 255) = 63.14%
BLUE value IS 40 (16.02% from 255) = 16.95%
R=19.92%
G=63.14%
B=16.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47149400.6800.730.42116.1557.6737.06
Hex2F9528440492A743a25
Octal57225501040111521647245
Binary101111100101011010001000100010010011010101110100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f9528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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