#2CA114

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

Shades of Forest Green #2CA114

Tints of Forest Green #2CA114

Color information

#2CA114 (or 0x2CA114) is unknown color: approx Forest Green. HEX triplet: 2C, A1 and 14. RGB value is (44,161,20). Sum of RGB (Red+Green+Blue) = 44+161+20=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 161 (63.28% from 255 or 71.56% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 161 - color contains mainly: green. Hex color #2CA114 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA114 is #D35EEB. Grayscale: #6E6E6E. Windows color (decimal): -13852396 or 1351980. OLE color: 1351980.

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

Color convert

RGB4416120-
CMYK0.7300.880.37
HSL109.79º77.9%35.49%-
HSV(B)109.79º87.58%63.14%-
XYZ13.9126.084.96-
YUV109.9477.2480.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.56%
GREEN value IS 161 (63.28% from 255) = 71.56%
BLUE value IS 20 (8.20% from 255) = 8.89%
R=19.56%
G=71.56%
B=8.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal44161200.7300.880.37109.7977.935.49
Hex2CA11449058256e4e23
Octal542412411101304515611643
Binary101100101000011010010010010101100010010111011101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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