#2C9320

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

Shades of Forest Green #2C9320

Tints of Forest Green #2C9320

Color information

#2C9320 (or 0x2C9320) is unknown color: approx Forest Green. HEX triplet: 2C, 93 and 20. RGB value is (44,147,32). Sum of RGB (Red+Green+Blue) = 44+147+32=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 147 (57.81% from 255 or 65.92% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 147 - color contains mainly: green. Hex color #2C9320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C9320 is #D36CDF. Grayscale: #676767. Windows color (decimal): -13855968 or 2134828. OLE color: 2134828.

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

Color convert

RGB4414732-
CMYK0.7000.780.42
HSL113.74º64.25%35.1%-
HSV(B)113.74º78.23%57.65%-
XYZ11.7321.514.9-
YUV103.0987.8885.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.73%
GREEN value IS 147 (57.81% from 255) = 65.92%
BLUE value IS 32 (12.89% from 255) = 14.35%
R=19.73%
G=65.92%
B=14.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal44147320.7000.780.42113.7464.2535.1
Hex2C93204604E2A724023
Octal542234010601165216210043
Binary1011001001001110000010001100100111010101011100101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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