#2CA209

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

Shades of Forest Green #2CA209

Tints of Forest Green #2CA209

Color information

#2CA209 (or 0x2CA209) is unknown color: approx Forest Green. HEX triplet: 2C, A2 and 09. RGB value is (44,162,9). Sum of RGB (Red+Green+Blue) = 44+162+9=215 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.47% from 215); Green value is 162 (63.67% from 255 or 75.35% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA209 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA209 is #D35DF6. Grayscale: #6D6D6D. Windows color (decimal): -13852151 or 631340. OLE color: 631340.

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

Color convert

RGB441629-
CMYK0.7300.940.36
HSL106.27º89.47%33.53%-
HSV(B)106.27º94.44%63.53%-
XYZ14.0126.44.62-
YUV109.2871.4181.44-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.47%
GREEN value IS 162 (63.67% from 255) = 75.35%
BLUE value IS 9 (3.91% from 255) = 4.19%
R=20.47%
G=75.35%
B=4.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4416290.7300.940.36106.2789.4733.53
Hex2CA294905E246a5922
Octal542421111101364415213142
Binary10110010100010100110010010101111010010011010101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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