Shades of Kelly Green #28B308
Tints of Kelly Green #28B308
RGB
CMYK
RGB Variations
Color information
#28B308 (or 0x28B308) is known color: Kelly Green. HEX triplet: 28, B3 and 08. RGB value is (40,179,8). Sum of RGB (Red+Green+Blue) = 40+179+8=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 179 (70.31% from 255 or 78.85% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 179 - color contains mainly: green. Hex color #28B308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28B308 is #D74CF7. Grayscale: #767676. Windows color (decimal): -14109944 or 570152. OLE color: 570152.
HSL color Cylindrical-coordinate representation of color #28B308: hue angle of 108.77º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28B308 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 179 | 8 | - |
| CMYK | 0.78 | 0 | 0.96 | 0.30 |
| HSL | 108.77º | 0.91% | 0.37% | - |
| HSV(B) | 108.77º | 0.96% | 0.7% | - |
| XYZ | 17.04 | 32.71 | 5.65 | - |
| YUV | 117.95 | 65.95 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 179 | 8 | 0.78 | 0 | 0.96 | 0.30 | 108.77 | 0.91 | 0.37 |
| Hex | 28 | B3 | 8 | 4E | 0 | 60 | 1E | 6D | 5B | 25 |
| Octal | 50 | 263 | 10 | 116 | 0 | 140 | 36 | 155 | 133 | 45 |
| Binary | 101000 | 10110011 | 1000 | 1001110 | 0 | 1100000 | 11110 | 1101101 | 1011011 | 100101 |
Color Harmonies of #28B308
Complementary color
Monochromatic Colors of #28B308
Black with #28B308
Text Example
Text Example
White with #28B308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B308; }
p { color: rgb(40,179,8); }
H1.HeaderClassName
{
color: #28B308;
}
.AnyTagClassName
{
color: #28B308;
}
</style>
background-color css
<style>
a { background-color: #28B308; }
a { background-color: rgb(40,179,8); }
div.DivClassName
{
background-color: #28B308;
}
.BgClassName
{
background-color: #28B308;
}
</style>
border-color css
<style>
span { border-color: #28B308; }
span { border-color: rgb(40,179,8); }
td.TdClassName
{
border-color: #28B308;
}
.TagClassName
{
border-color: #28B308;
}
</style>