#2C8E0E

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

Shades of Forest Green #2C8E0E

Tints of Forest Green #2C8E0E

Color information

#2C8E0E (or 0x2C8E0E) is unknown color: approx Forest Green. HEX triplet: 2C, 8E and 0E. RGB value is (44,142,14). Sum of RGB (Red+Green+Blue) = 44+142+14=200 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22% from 200); Green value is 142 (55.86% from 255 or 71% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 142 - color contains mainly: green. Hex color #2C8E0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C8E0E is #D371F1. Grayscale: #626262. Windows color (decimal): -13857266 or 953900. OLE color: 953900.

HSL color Cylindrical-coordinate representation of color #2C8E0E: hue angle of 105.94º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C8E0E is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB4414214-
CMYK0.6900.900.44
HSL105.94º82.05%30.59%-
HSV(B)105.94º90.14%55.69%-
XYZ10.7919.913.69-
YUV98.1180.5389.41-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22%
GREEN value IS 142 (55.86% from 255) = 71%
BLUE value IS 14 (5.86% from 255) = 7%
R=22%
G=71%
B=7%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal44142140.6900.900.44105.9482.0530.59
Hex2C8EE4505A2C6a521f
Octal542161610501325415212237
Binary1011001000111011101000101010110101011001101010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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