#2CA608

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

Shades of Kelly Green #2CA608

Tints of Kelly Green #2CA608

Color information

#2CA608 (or 0x2CA608) is unknown color: approx Kelly Green. HEX triplet: 2C, A6 and 08. RGB value is (44,166,8). Sum of RGB (Red+Green+Blue) = 44+166+8=218 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.18% from 218); Green value is 166 (65.23% from 255 or 76.15% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA608 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA608 is #D359F7. Grayscale: #707070. Windows color (decimal): -13851128 or 566828. OLE color: 566828.

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

Color convert

RGB441668-
CMYK0.7300.950.35
HSL106.33º90.8%34.12%-
HSV(B)106.33º95.18%65.1%-
XYZ14.7227.834.82-
YUV111.5169.5879.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.18%
GREEN value IS 166 (65.23% from 255) = 76.15%
BLUE value IS 8 (3.52% from 255) = 3.67%
R=20.18%
G=76.15%
B=3.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal4416680.7300.950.35106.3390.834.12
Hex2CA684905F236a5b22
Octal542461011101374315213342
Binary10110010100110100010010010101111110001111010101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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