#2F9038

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

Shades of Forest Green #2F9038

Tints of Forest Green #2F9038

Color information

#2F9038 (or 0x2F9038) is unknown color: approx Forest Green. HEX triplet: 2F, 90 and 38. RGB value is (47,144,56). Sum of RGB (Red+Green+Blue) = 47+144+56=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 144 (56.64% from 255 or 58.30% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 144 - color contains mainly: green. Hex color #2F9038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9038 is #D06FC7. Grayscale: #696969. Windows color (decimal): -13660104 or 3706927. OLE color: 3706927.

HSL color Cylindrical-coordinate representation of color #2F9038: hue angle of 125.57º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F9038 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB4714456-
CMYK0.6700.610.44
HSL125.57º50.79%37.45%-
HSV(B)125.57º67.36%56.47%-
XYZ11.8620.847.14-
YUV104.96100.3686.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.03%
GREEN value IS 144 (56.64% from 255) = 58.30%
BLUE value IS 56 (22.27% from 255) = 22.67%
R=19.03%
G=58.30%
B=22.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal47144560.6700.610.44125.5750.7937.45
Hex2F90384303D2C7e3325
Octal5722070103075541766345
Binary10111110010000111000100001101111011011001111110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,144,56); }

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

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

 a { background-color: rgb(47,144,56); }

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

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

 span { border-color: rgb(47,144,56); }

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