#2C941D

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

Shades of Forest Green #2C941D

Tints of Forest Green #2C941D

Color information

#2C941D (or 0x2C941D) is unknown color: approx Forest Green. HEX triplet: 2C, 94 and 1D. RGB value is (44,148,29). Sum of RGB (Red+Green+Blue) = 44+148+29=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 148 (58.20% from 255 or 66.97% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 148 - color contains mainly: green. Hex color #2C941D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C941D is #D36BE2. Grayscale: #676767. Windows color (decimal): -13855715 or 1938476. OLE color: 1938476.

HSL color Cylindrical-coordinate representation of color #2C941D: hue angle of 112.44º degrees, saturation: 0.67, 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 #2C941D is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB4414829-
CMYK0.7000.800.42
HSL112.44º67.23%34.71%-
HSV(B)112.44º80.41%58.04%-
XYZ11.8521.84.75-
YUV103.3486.0485.68-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.91%
GREEN value IS 148 (58.20% from 255) = 66.97%
BLUE value IS 29 (11.72% from 255) = 13.12%
R=19.91%
G=66.97%
B=13.12%

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
Decimal44148290.7000.800.42112.4467.2334.71
Hex2C941D460502A704323
Octal542243510601205216010343
Binary101100100101001110110001100101000010101011100001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C941D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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