#28C10D

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

Shades of Kelly Green #28C10D

Tints of Kelly Green #28C10D

Color information

#28C10D (or 0x28C10D) is unknown color: approx Kelly Green. HEX triplet: 28, C1 and 0D. RGB value is (40,193,13). Sum of RGB (Red+Green+Blue) = 40+193+13=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 193 (75.78% from 255 or 78.46% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 193 - color contains mainly: green. Hex color #28C10D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C10D is #D73EF2. Grayscale: #7F7F7F. Windows color (decimal): -14106355 or 901416. OLE color: 901416.

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

Color convert

RGB4019313-
CMYK0.7900.930.24
HSL111º87.38%40.39%-
HSV(B)111º93.26%75.69%-
XYZ20.0238.626.78-
YUV126.7363.8166.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.26%
GREEN value IS 193 (75.78% from 255) = 78.46%
BLUE value IS 13 (5.47% from 255) = 5.28%
R=16.26%
G=78.46%
B=5.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal40193130.7900.930.2411187.3840.39
Hex28C1D4F05D186f5728
Octal503011511701353015712750
Binary1010001100000111011001111010111011100011011111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C10D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,193,13); }

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

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

 a { background-color: rgb(40,193,13); }

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

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

 span { border-color: rgb(40,193,13); }

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