#2F953E

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

Shades of Forest Green #2F953E

Tints of Forest Green #2F953E

Color information

#2F953E (or 0x2F953E) is unknown color: approx Forest Green. HEX triplet: 2F, 95 and 3E. RGB value is (47,149,62). Sum of RGB (Red+Green+Blue) = 47+149+62=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #2F953E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F953E is #D06AC1. Grayscale: #6C6C6C. Windows color (decimal): -13658818 or 4101423. OLE color: 4101423.

HSL color Cylindrical-coordinate representation of color #2F953E: hue angle of 128.82º 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 #2F953E is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB4714962-
CMYK0.6800.580.42
HSL128.82º52.04%38.43%-
HSV(B)128.82º68.46%58.43%-
XYZ12.7922.458.22-
YUV108.58101.7184.07-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.22%
GREEN value IS 149 (58.59% from 255) = 57.75%
BLUE value IS 62 (24.61% from 255) = 24.03%
R=18.22%
G=57.75%
B=24.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47149620.6800.580.42128.8252.0438.43
Hex2F953E4403A2A813426
Octal5722576104072522016446
Binary101111100101011111101000100011101010101010000001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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