#2CA60F

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

Shades of Forest Green #2CA60F

Tints of Forest Green #2CA60F

Color information

#2CA60F (or 0x2CA60F) is unknown color: approx Forest Green. HEX triplet: 2C, A6 and 0F. RGB value is (44,166,15). Sum of RGB (Red+Green+Blue) = 44+166+15=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 166 (65.23% from 255 or 73.78% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA60F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA60F is #D359F0. Grayscale: #707070. Windows color (decimal): -13851121 or 1025580. OLE color: 1025580.

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

Color convert

RGB4416615-
CMYK0.7300.910.35
HSL108.48º83.43%35.49%-
HSV(B)108.48º90.96%65.1%-
XYZ14.7627.845.05-
YUV112.3173.0879.28-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.56%
GREEN value IS 166 (65.23% from 255) = 73.78%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=19.56%
G=73.78%
B=6.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal44166150.7300.910.35108.4883.4335.49
Hex2CA6F4905B236c5323
Octal542461711101334315412343
Binary10110010100110111110010010101101110001111011001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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