#2CB506

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

Shades of Kelly Green #2CB506

Tints of Kelly Green #2CB506

Color information

#2CB506 (or 0x2CB506) is unknown color: approx Kelly Green. HEX triplet: 2C, B5 and 06. RGB value is (44,181,6). Sum of RGB (Red+Green+Blue) = 44+181+6=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 181 (71.09% from 255 or 78.35% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB506 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB506 is #D34AF9. Grayscale: #787878. Windows color (decimal): -13847290 or 439596. OLE color: 439596.

HSL color Cylindrical-coordinate representation of color #2CB506: hue angle of 106.97º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2CB506 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB441816-
CMYK0.7600.970.29
HSL106.97º93.58%36.67%-
HSV(B)106.97º96.69%70.98%-
XYZ17.633.65.73-
YUV120.0963.6173.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.05%
GREEN value IS 181 (71.09% from 255) = 78.35%
BLUE value IS 6 (2.73% from 255) = 2.60%
R=19.05%
G=78.35%
B=2.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal4418160.7600.970.29106.9793.5836.67
Hex2CB564C0611D6b5e25
Octal54265611401413515313645
Binary101100101101011101001100011000011110111010111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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