#2CA205

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

Shades of Forest Green #2CA205

Tints of Forest Green #2CA205

Color information

#2CA205 (or 0x2CA205) is unknown color: approx Forest Green. HEX triplet: 2C, A2 and 05. RGB value is (44,162,5). Sum of RGB (Red+Green+Blue) = 44+162+5=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 162 (63.67% from 255 or 76.78% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA205 is #D35DFA. Grayscale: #6D6D6D. Windows color (decimal): -13852155 or 369196. OLE color: 369196.

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

Color convert

RGB441625-
CMYK0.7300.970.36
HSL105.1º94.01%32.75%-
HSV(B)105.1º96.91%63.53%-
XYZ13.9926.394.5-
YUV108.8269.4181.77-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.85%
GREEN value IS 162 (63.67% from 255) = 76.78%
BLUE value IS 5 (2.34% from 255) = 2.37%
R=20.85%
G=76.78%
B=2.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4416250.7300.970.36105.194.0132.75
Hex2CA254906124695e21
Octal54242511101414415113641
Binary1011001010001010110010010110000110010011010011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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