Shades of Green #0D5A02
Tints of Green #0D5A02
RGB
CMYK
RGB Variations
Color information
#0D5A02 (or 0x0D5A02) is known color: Green. HEX triplet: 0D, 5A and 02. RGB value is (13,90,2). Sum of RGB (Red+Green+Blue) = 13+90+2=105 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.38% from 105); Green value is 90 (35.55% from 255 or 85.71% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 90 - color contains mainly: green. Hex color #0D5A02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5A02 is #F2A5FD. Grayscale: #393939. Windows color (decimal): -15902206 or 154125. OLE color: 154125.
HSL color Cylindrical-coordinate representation of color #0D5A02: hue angle of 112.5º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D5A02 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 90 | 2 | - |
| CMYK | 0.86 | 0 | 0.98 | 0.65 |
| HSL | 112.5º | 0.96% | 0.18% | - |
| HSV(B) | 112.5º | 0.98% | 0.35% | - |
| XYZ | 3.83 | 7.4 | 1.28 | - |
| YUV | 56.95 | 96.99 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 90 | 2 | 0.86 | 0 | 0.98 | 0.65 | 112.5 | 0.96 | 0.18 |
| Hex | D | 5A | 2 | 56 | 0 | 62 | 41 | 70 | 60 | 12 |
| Octal | 15 | 132 | 2 | 126 | 0 | 142 | 101 | 160 | 140 | 22 |
| Binary | 1101 | 1011010 | 10 | 1010110 | 0 | 1100010 | 1000001 | 1110000 | 1100000 | 10010 |
Color Harmonies of #0D5A02
Complementary color
Monochromatic Colors of #0D5A02
Black with #0D5A02
Text Example
Text Example
White with #0D5A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5A02; }
p { color: rgb(13,90,2); }
H1.HeaderClassName
{
color: #0D5A02;
}
.AnyTagClassName
{
color: #0D5A02;
}
</style>
background-color css
<style>
a { background-color: #0D5A02; }
a { background-color: rgb(13,90,2); }
div.DivClassName
{
background-color: #0D5A02;
}
.BgClassName
{
background-color: #0D5A02;
}
</style>
border-color css
<style>
span { border-color: #0D5A02; }
span { border-color: rgb(13,90,2); }
td.TdClassName
{
border-color: #0D5A02;
}
.TagClassName
{
border-color: #0D5A02;
}
</style>