#2C991C

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

Shades of Forest Green #2C991C

Tints of Forest Green #2C991C

Color information

#2C991C (or 0x2C991C) is unknown color: approx Forest Green. HEX triplet: 2C, 99 and 1C. RGB value is (44,153,28). Sum of RGB (Red+Green+Blue) = 44+153+28=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 153 (60.16% from 255 or 68% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 153 - color contains mainly: green. Hex color #2C991C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C991C is #D366E3. Grayscale: #6A6A6A. Windows color (decimal): -13854436 or 1874220. OLE color: 1874220.

HSL color Cylindrical-coordinate representation of color #2C991C: hue angle of 112.32º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C991C is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB4415328-
CMYK0.7100.820.4
HSL112.32º69.06%35.49%-
HSV(B)112.32º81.7%60%-
XYZ12.6423.44.95-
YUV106.1683.8983.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.56%
GREEN value IS 153 (60.16% from 255) = 68%
BLUE value IS 28 (11.33% from 255) = 12.44%
R=19.56%
G=68%
B=12.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal44153280.7100.820.4112.3269.0635.49
Hex2C991C4705228704523
Octal542313410701225016010543
Binary101100100110011110010001110101001010100011100001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C991C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,153,28); }

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

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

 a { background-color: rgb(44,153,28); }

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

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

 span { border-color: rgb(44,153,28); }

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