#2CA50C

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

Shades of Forest Green #2CA50C

Tints of Forest Green #2CA50C

Color information

#2CA50C (or 0x2CA50C) is unknown color: approx Forest Green. HEX triplet: 2C, A5 and 0C. RGB value is (44,165,12). Sum of RGB (Red+Green+Blue) = 44+165+12=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 165 (64.84% from 255 or 74.66% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 165 - color contains mainly: green. Hex color #2CA50C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA50C is #D35AF3. Grayscale: #6F6F6F. Windows color (decimal): -13851380 or 828716. OLE color: 828716.

HSL color Cylindrical-coordinate representation of color #2CA50C: hue angle of 107.45º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CA50C is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB4416512-
CMYK0.7300.930.35
HSL107.45º86.44%34.71%-
HSV(B)107.45º92.73%64.71%-
XYZ14.5627.474.88-
YUV111.3871.9179.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.91%
GREEN value IS 165 (64.84% from 255) = 74.66%
BLUE value IS 12 (5.08% from 255) = 5.43%
R=19.91%
G=74.66%
B=5.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal44165120.7300.930.35107.4586.4434.71
Hex2CA5C4905D236b5623
Octal542451411101354315312643
Binary10110010100101110010010010101110110001111010111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,165,12); }

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

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

 a { background-color: rgb(44,165,12); }

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

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

 span { border-color: rgb(44,165,12); }

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