#2CA227

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

Shades of Forest Green #2CA227

Tints of Forest Green #2CA227

Color information

#2CA227 (or 0x2CA227) is unknown color: approx Forest Green. HEX triplet: 2C, A2 and 27. RGB value is (44,162,39). Sum of RGB (Red+Green+Blue) = 44+162+39=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 162 (63.67% from 255 or 66.12% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA227 is #D35DD8. Grayscale: #717171. Windows color (decimal): -13852121 or 2597420. OLE color: 2597420.

HSL color Cylindrical-coordinate representation of color #2CA227: hue angle of 117.56º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CA227 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB4416239-
CMYK0.7300.760.36
HSL117.56º61.19%39.41%-
HSV(B)117.56º75.93%63.53%-
XYZ14.3326.526.28-
YUV112.786.4179-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.96%
GREEN value IS 162 (63.67% from 255) = 66.12%
BLUE value IS 39 (15.62% from 255) = 15.92%
R=17.96%
G=66.12%
B=15.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal44162390.7300.760.36117.5661.1939.41
Hex2CA2274904C24763d27
Octal54242471110114441667547
Binary101100101000101001111001001010011001001001110110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,162,39); }

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

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

 a { background-color: rgb(44,162,39); }

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

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

 span { border-color: rgb(44,162,39); }

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