#28C30C

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

Shades of Kelly Green #28C30C

Tints of Kelly Green #28C30C

Color information

#28C30C (or 0x28C30C) is unknown color: approx Kelly Green. HEX triplet: 28, C3 and 0C. RGB value is (40,195,12). Sum of RGB (Red+Green+Blue) = 40+195+12=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 195 (76.56% from 255 or 78.95% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 195 - color contains mainly: green. Hex color #28C30C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C30C is #D73CF3. Grayscale: #808080. Windows color (decimal): -14105844 or 836392. OLE color: 836392.

HSL color Cylindrical-coordinate representation of color #28C30C: hue angle of 110.82º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28C30C is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB4019512-
CMYK0.7900.940.24
HSL110.82º88.41%40.59%-
HSV(B)110.82º93.85%76.47%-
XYZ20.4639.516.9-
YUV127.7962.6565.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.19%
GREEN value IS 195 (76.56% from 255) = 78.95%
BLUE value IS 12 (5.08% from 255) = 4.86%
R=16.19%
G=78.95%
B=4.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal40195120.7900.940.24110.8288.4140.59
Hex28C3C4F05E186f5829
Octal503031411701363015713051
Binary1010001100001111001001111010111101100011011111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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