Shades of Islamic Green #28A501
Tints of Islamic Green #28A501
RGB
CMYK
RGB Variations
Color information
#28A501 (or 0x28A501) is known color: Islamic Green. HEX triplet: 28, A5 and 01. RGB value is (40,165,1). Sum of RGB (Red+Green+Blue) = 40+165+1=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 165 (64.84% from 255 or 80.10% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 165 - color contains mainly: green. Hex color #28A501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28A501 is #D75AFE. Grayscale: #6D6D6D. Windows color (decimal): -14113535 or 107816. OLE color: 107816.
HSL color Cylindrical-coordinate representation of color #28A501: hue angle of 105.73º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28A501 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 165 | 1 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.35 |
| HSL | 105.73º | 0.99% | 0.33% | - |
| HSV(B) | 105.73º | 0.99% | 0.65% | - |
| XYZ | 14.34 | 27.36 | 4.55 | - |
| YUV | 108.93 | 67.09 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 165 | 1 | 0.76 | 0 | 0.99 | 0.35 | 105.73 | 0.99 | 0.33 |
| Hex | 28 | A5 | 1 | 4C | 0 | 63 | 23 | 6A | 63 | 21 |
| Octal | 50 | 245 | 1 | 114 | 0 | 143 | 43 | 152 | 143 | 41 |
| Binary | 101000 | 10100101 | 1 | 1001100 | 0 | 1100011 | 100011 | 1101010 | 1100011 | 100001 |
Color Harmonies of #28A501
Complementary color
Monochromatic Colors of #28A501
Black with #28A501
Text Example
Text Example
White with #28A501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A501; }
p { color: rgb(40,165,1); }
H1.HeaderClassName
{
color: #28A501;
}
.AnyTagClassName
{
color: #28A501;
}
</style>
background-color css
<style>
a { background-color: #28A501; }
a { background-color: rgb(40,165,1); }
div.DivClassName
{
background-color: #28A501;
}
.BgClassName
{
background-color: #28A501;
}
</style>
border-color css
<style>
span { border-color: #28A501; }
span { border-color: rgb(40,165,1); }
td.TdClassName
{
border-color: #28A501;
}
.TagClassName
{
border-color: #28A501;
}
</style>