#2CA614

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

Shades of Forest Green #2CA614

Tints of Forest Green #2CA614

Color information

#2CA614 (or 0x2CA614) is unknown color: approx Forest Green. HEX triplet: 2C, A6 and 14. RGB value is (44,166,20). Sum of RGB (Red+Green+Blue) = 44+166+20=230 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.13% from 230); Green value is 166 (65.23% from 255 or 72.17% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA614 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA614 is #D359EB. Grayscale: #717171. Windows color (decimal): -13851116 or 1353260. OLE color: 1353260.

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

Color convert

RGB4416620-
CMYK0.7300.880.35
HSL110.14º78.49%36.47%-
HSV(B)110.14º87.95%65.1%-
XYZ14.827.865.26-
YUV112.8875.5878.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.13%
GREEN value IS 166 (65.23% from 255) = 72.17%
BLUE value IS 20 (8.20% from 255) = 8.70%
R=19.13%
G=72.17%
B=8.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal44166200.7300.880.35110.1478.4936.47
Hex2CA61449058236e4e24
Octal542462411101304315611644
Binary101100101001101010010010010101100010001111011101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,166,20); }

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

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

 a { background-color: rgb(44,166,20); }

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

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

 span { border-color: rgb(44,166,20); }

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