Shades of Kelly Green #28C102
Tints of Kelly Green #28C102
RGB
CMYK
RGB Variations
Color information
#28C102 (or 0x28C102) is known color: Kelly Green. HEX triplet: 28, C1 and 02. RGB value is (40,193,2). Sum of RGB (Red+Green+Blue) = 40+193+2=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 193 (75.78% from 255 or 82.13% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 193 - color contains mainly: green. Hex color #28C102 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C102 is #D73EFD. Grayscale: #7E7E7E. Windows color (decimal): -14106366 or 180520. OLE color: 180520.
HSL color Cylindrical-coordinate representation of color #28C102: hue angle of 108.06º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28C102 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 193 | 2 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.24 |
| HSL | 108.06º | 0.98% | 0.38% | - |
| HSV(B) | 108.06º | 0.99% | 0.76% | - |
| XYZ | 19.96 | 38.6 | 6.46 | - |
| YUV | 125.48 | 58.31 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 193 | 2 | 0.79 | 0 | 0.99 | 0.24 | 108.06 | 0.98 | 0.38 |
| Hex | 28 | C1 | 2 | 4F | 0 | 63 | 18 | 6C | 62 | 26 |
| Octal | 50 | 301 | 2 | 117 | 0 | 143 | 30 | 154 | 142 | 46 |
| Binary | 101000 | 11000001 | 10 | 1001111 | 0 | 1100011 | 11000 | 1101100 | 1100010 | 100110 |
Color Harmonies of #28C102
Complementary color
Monochromatic Colors of #28C102
Black with #28C102
Text Example
Text Example
White with #28C102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C102; }
p { color: rgb(40,193,2); }
H1.HeaderClassName
{
color: #28C102;
}
.AnyTagClassName
{
color: #28C102;
}
</style>
background-color css
<style>
a { background-color: #28C102; }
a { background-color: rgb(40,193,2); }
div.DivClassName
{
background-color: #28C102;
}
.BgClassName
{
background-color: #28C102;
}
</style>
border-color css
<style>
span { border-color: #28C102; }
span { border-color: rgb(40,193,2); }
td.TdClassName
{
border-color: #28C102;
}
.TagClassName
{
border-color: #28C102;
}
</style>