#28B60C

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

Shades of Kelly Green #28B60C

Tints of Kelly Green #28B60C

Color information

#28B60C (or 0x28B60C) is unknown color: approx Kelly Green. HEX triplet: 28, B6 and 0C. RGB value is (40,182,12). Sum of RGB (Red+Green+Blue) = 40+182+12=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 182 (71.48% from 255 or 77.78% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 182 - color contains mainly: green. Hex color #28B60C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28B60C is #D749F3. Grayscale: #787878. Windows color (decimal): -14109172 or 833064. OLE color: 833064.

HSL color Cylindrical-coordinate representation of color #28B60C: hue angle of 110.12º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28B60C is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB4018212-
CMYK0.7800.930.29
HSL110.12º87.63%38.04%-
HSV(B)110.12º93.41%71.37%-
XYZ17.6733.935.97-
YUV120.1666.9670.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 182 (71.48% from 255) = 77.78%
BLUE value IS 12 (5.08% from 255) = 5.13%
R=17.09%
G=77.78%
B=5.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal40182120.7800.930.29110.1287.6338.04
Hex28B6C4E05D1D6e5826
Octal502661411601353515613046
Binary1010001011011011001001110010111011110111011101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28B60C; }

 p { color: rgb(40,182,12); }

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

<style>
 a { background-color: #28B60C; }

 a { background-color: rgb(40,182,12); }

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

<style>
 span { border-color: #28B60C; }

 span { border-color: rgb(40,182,12); }

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