#2F9539

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

Shades of Forest Green #2F9539

Tints of Forest Green #2F9539

Color information

#2F9539 (or 0x2F9539) is unknown color: approx Forest Green. HEX triplet: 2F, 95 and 39. RGB value is (47,149,57). Sum of RGB (Red+Green+Blue) = 47+149+57=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 149 (58.59% from 255 or 58.89% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 149 - color contains mainly: green. Hex color #2F9539 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9539 is #D06AC6. Grayscale: #6C6C6C. Windows color (decimal): -13658823 or 3773743. OLE color: 3773743.

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

Color convert

RGB4714957-
CMYK0.6800.620.42
HSL125.88º52.04%38.43%-
HSV(B)125.88º68.46%58.43%-
XYZ12.6622.397.53-
YUV108.0199.2184.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.58%
GREEN value IS 149 (58.59% from 255) = 58.89%
BLUE value IS 57 (22.66% from 255) = 22.53%
R=18.58%
G=58.89%
B=22.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47149570.6800.620.42125.8852.0438.43
Hex2F95394403E2A7e3426
Octal5722571104076521766446
Binary10111110010101111001100010001111101010101111110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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