#2C9329

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

Shades of Forest Green #2C9329

Tints of Forest Green #2C9329

Color information

#2C9329 (or 0x2C9329) is unknown color: approx Forest Green. HEX triplet: 2C, 93 and 29. RGB value is (44,147,41). Sum of RGB (Red+Green+Blue) = 44+147+41=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 147 (57.81% from 255 or 63.36% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 147 - color contains mainly: green. Hex color #2C9329 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C9329 is #D36CD6. Grayscale: #686868. Windows color (decimal): -13855959 or 2724652. OLE color: 2724652.

HSL color Cylindrical-coordinate representation of color #2C9329: hue angle of 118.3º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9329 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB4414741-
CMYK0.7000.720.42
HSL118.3º56.38%36.86%-
HSV(B)118.3º72.11%57.65%-
XYZ11.8721.565.63-
YUV104.1292.3885.12-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.97%
GREEN value IS 147 (57.81% from 255) = 63.36%
BLUE value IS 41 (16.41% from 255) = 17.67%
R=18.97%
G=63.36%
B=17.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal44147410.7000.720.42118.356.3836.86
Hex2C9329460482A763825
Octal54223511060110521667045
Binary101100100100111010011000110010010001010101110110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,147,41); }

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

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

 a { background-color: rgb(44,147,41); }

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

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

 span { border-color: rgb(44,147,41); }

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