#2CB006

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

Shades of Kelly Green #2CB006

Tints of Kelly Green #2CB006

Color information

#2CB006 (or 0x2CB006) is unknown color: approx Kelly Green. HEX triplet: 2C, B0 and 06. RGB value is (44,176,6). Sum of RGB (Red+Green+Blue) = 44+176+6=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 176 (69.14% from 255 or 77.88% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 176 - color contains mainly: green. Hex color #2CB006 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CB006 is #D34FF9. Grayscale: #757575. Windows color (decimal): -13848570 or 438316. OLE color: 438316.

HSL color Cylindrical-coordinate representation of color #2CB006: hue angle of 106.59º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2CB006 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB441766-
CMYK0.7500.970.31
HSL106.59º93.41%35.69%-
HSV(B)106.59º96.59%69.02%-
XYZ16.631.65.4-
YUV117.1565.2775.82-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.47%
GREEN value IS 176 (69.14% from 255) = 77.88%
BLUE value IS 6 (2.73% from 255) = 2.65%
R=19.47%
G=77.88%
B=2.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4417660.7500.970.31106.5993.4135.69
Hex2CB064B0611F6b5d24
Octal54260611301413715313544
Binary101100101100001101001011011000011111111010111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,176,6); }

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

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

 a { background-color: rgb(44,176,6); }

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

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

 span { border-color: rgb(44,176,6); }

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