#2CA62E

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

Shades of Forest Green #2CA62E

Tints of Forest Green #2CA62E

Color information

#2CA62E (or 0x2CA62E) is unknown color: approx Forest Green. HEX triplet: 2C, A6 and 2E. RGB value is (44,166,46). Sum of RGB (Red+Green+Blue) = 44+166+46=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 166 (65.23% from 255 or 64.84% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA62E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA62E is #D359D1. Grayscale: #747474. Windows color (decimal): -13851090 or 3057196. OLE color: 3057196.

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

Color convert

RGB4416646-
CMYK0.7300.720.35
HSL120.98º58.1%41.18%-
HSV(B)120.98º73.49%65.1%-
XYZ15.1728.017.19-
YUV115.8488.5876.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.19%
GREEN value IS 166 (65.23% from 255) = 64.84%
BLUE value IS 46 (18.36% from 255) = 17.97%
R=17.19%
G=64.84%
B=17.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal44166460.7300.720.35120.9858.141.18
Hex2CA62E4904823793a29
Octal54246561110110431717251
Binary101100101001101011101001001010010001000111111001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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