#2C9522

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

Shades of Forest Green #2C9522

Tints of Forest Green #2C9522

Color information

#2C9522 (or 0x2C9522) is unknown color: approx Forest Green. HEX triplet: 2C, 95 and 22. RGB value is (44,149,34). Sum of RGB (Red+Green+Blue) = 44+149+34=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 149 (58.59% from 255 or 65.64% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 149 - color contains mainly: green. Hex color #2C9522 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C9522 is #D36ADD. Grayscale: #686868. Windows color (decimal): -13855454 or 2266412. OLE color: 2266412.

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

Color convert

RGB4414934-
CMYK0.7000.770.42
HSL114.78º62.84%35.88%-
HSV(B)114.78º77.18%58.43%-
XYZ12.0722.155.15-
YUV104.588.2184.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.38%
GREEN value IS 149 (58.59% from 255) = 65.64%
BLUE value IS 34 (13.67% from 255) = 14.98%
R=19.38%
G=65.64%
B=14.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal44149340.7000.770.42114.7862.8435.88
Hex2C95224604D2A733f24
Octal54225421060115521637744
Binary101100100101011000101000110010011011010101110011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,149,34); }

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

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

 a { background-color: rgb(44,149,34); }

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

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

 span { border-color: rgb(44,149,34); }

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