#2C941E

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

Shades of Forest Green #2C941E

Tints of Forest Green #2C941E

Color information

#2C941E (or 0x2C941E) is unknown color: approx Forest Green. HEX triplet: 2C, 94 and 1E. RGB value is (44,148,30). Sum of RGB (Red+Green+Blue) = 44+148+30=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 148 (58.20% from 255 or 66.67% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 148 - color contains mainly: green. Hex color #2C941E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C941E is #D36BE1. Grayscale: #676767. Windows color (decimal): -13855714 or 2004012. OLE color: 2004012.

HSL color Cylindrical-coordinate representation of color #2C941E: hue angle of 112.88º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C941E is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB4414830-
CMYK0.7000.800.42
HSL112.88º66.29%34.9%-
HSV(B)112.88º79.73%58.04%-
XYZ11.8621.814.81-
YUV103.4586.5485.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.82%
GREEN value IS 148 (58.20% from 255) = 66.67%
BLUE value IS 30 (12.11% from 255) = 13.51%
R=19.82%
G=66.67%
B=13.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal44148300.7000.800.42112.8866.2934.9
Hex2C941E460502A714223
Octal542243610601205216110243
Binary101100100101001111010001100101000010101011100011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C941E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,148,30); }

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

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

 a { background-color: rgb(44,148,30); }

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

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

 span { border-color: rgb(44,148,30); }

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