Shades of Kelly Green #28B000
Tints of Kelly Green #28B000
RGB
CMYK
RGB Variations
Color information
#28B000 (or 0x28B000) is known color: Kelly Green. HEX triplet: 28, B0 and 00. RGB value is (40,176,0). Sum of RGB (Red+Green+Blue) = 40+176+0=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 176 (69.14% from 255 or 81.48% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 176 - color contains mainly: green. Hex color #28B000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28B000 is #D74FFF. Grayscale: #737373. Windows color (decimal): -14110720 or 45096. OLE color: 45096.
HSL color Cylindrical-coordinate representation of color #28B000: hue angle of 106.36º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28B000 is Cyan = 0.77, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 176 | 0 | - |
| CMYK | 0.77 | 0 | 1 | 0.31 |
| HSL | 106.36º | 1% | 0.35% | - |
| HSV(B) | 106.36º | 1% | 0.69% | - |
| XYZ | 16.4 | 31.5 | 5.22 | - |
| YUV | 115.27 | 62.94 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 176 | 0 | 0.77 | 0 | 1 | 0.31 | 106.36 | 1 | 0.35 |
| Hex | 28 | B0 | 0 | 4D | 0 | 64 | 1F | 6A | 64 | 23 |
| Octal | 50 | 260 | 0 | 115 | 0 | 144 | 37 | 152 | 144 | 43 |
| Binary | 101000 | 10110000 | 0 | 1001101 | 0 | 1100100 | 11111 | 1101010 | 1100100 | 100011 |
Color Harmonies of #28B000
Complementary color
Monochromatic Colors of #28B000
Black with #28B000
Text Example
Text Example
White with #28B000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B000; }
p { color: rgb(40,176,0); }
H1.HeaderClassName
{
color: #28B000;
}
.AnyTagClassName
{
color: #28B000;
}
</style>
background-color css
<style>
a { background-color: #28B000; }
a { background-color: rgb(40,176,0); }
div.DivClassName
{
background-color: #28B000;
}
.BgClassName
{
background-color: #28B000;
}
</style>
border-color css
<style>
span { border-color: #28B000; }
span { border-color: rgb(40,176,0); }
td.TdClassName
{
border-color: #28B000;
}
.TagClassName
{
border-color: #28B000;
}
</style>