#2C8E04

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

Shades of Forest Green #2C8E04

Tints of Forest Green #2C8E04

Color information

#2C8E04 (or 0x2C8E04) is unknown color: approx Forest Green. HEX triplet: 2C, 8E and 04. RGB value is (44,142,4). Sum of RGB (Red+Green+Blue) = 44+142+4=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 142 (55.86% from 255 or 74.74% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 142 - color contains mainly: green. Hex color #2C8E04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C8E04 is #D371FB. Grayscale: #616161. Windows color (decimal): -13857276 or 298540. OLE color: 298540.

HSL color Cylindrical-coordinate representation of color #2C8E04: hue angle of 102.61º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C8E04 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB441424-
CMYK0.6900.970.44
HSL102.61º94.52%28.63%-
HSV(B)102.61º97.18%55.69%-
XYZ10.7319.893.39-
YUV96.9775.5390.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.16%
GREEN value IS 142 (55.86% from 255) = 74.74%
BLUE value IS 4 (1.95% from 255) = 2.11%
R=23.16%
G=74.74%
B=2.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4414240.6900.970.44102.6194.5228.63
Hex2C8E4450612C675f1d
Octal54216410501415414713735
Binary101100100011101001000101011000011011001100111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,142,4); }

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

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

 a { background-color: rgb(44,142,4); }

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

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

 span { border-color: rgb(44,142,4); }

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