Shades of Kelly Green #28B301
Tints of Kelly Green #28B301
RGB
CMYK
RGB Variations
Color information
#28B301 (or 0x28B301) is known color: Kelly Green. HEX triplet: 28, B3 and 01. RGB value is (40,179,1). Sum of RGB (Red+Green+Blue) = 40+179+1=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 179 (70.31% from 255 or 81.36% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 179 - color contains mainly: green. Hex color #28B301 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28B301 is #D74CFE. Grayscale: #757575. Windows color (decimal): -14109951 or 111400. OLE color: 111400.
HSL color Cylindrical-coordinate representation of color #28B301: hue angle of 106.85º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28B301 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 179 | 1 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.30 |
| HSL | 106.85º | 0.99% | 0.35% | - |
| HSV(B) | 106.85º | 0.99% | 0.7% | - |
| XYZ | 17 | 32.69 | 5.44 | - |
| YUV | 117.15 | 62.45 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 179 | 1 | 0.78 | 0 | 0.99 | 0.30 | 106.85 | 0.99 | 0.35 |
| Hex | 28 | B3 | 1 | 4E | 0 | 63 | 1E | 6B | 63 | 23 |
| Octal | 50 | 263 | 1 | 116 | 0 | 143 | 36 | 153 | 143 | 43 |
| Binary | 101000 | 10110011 | 1 | 1001110 | 0 | 1100011 | 11110 | 1101011 | 1100011 | 100011 |
Color Harmonies of #28B301
Complementary color
Monochromatic Colors of #28B301
Black with #28B301
Text Example
Text Example
White with #28B301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B301; }
p { color: rgb(40,179,1); }
H1.HeaderClassName
{
color: #28B301;
}
.AnyTagClassName
{
color: #28B301;
}
</style>
background-color css
<style>
a { background-color: #28B301; }
a { background-color: rgb(40,179,1); }
div.DivClassName
{
background-color: #28B301;
}
.BgClassName
{
background-color: #28B301;
}
</style>
border-color css
<style>
span { border-color: #28B301; }
span { border-color: rgb(40,179,1); }
td.TdClassName
{
border-color: #28B301;
}
.TagClassName
{
border-color: #28B301;
}
</style>