Shades of Dark Spring Green #0D8233
Tints of Dark Spring Green #0D8233
RGB
CMYK
RGB Variations
Color information
#0D8233 (or 0x0D8233) is known color: Dark Spring Green. HEX triplet: 0D, 82 and 33. RGB value is (13,130,51). Sum of RGB (Red+Green+Blue) = 13+130+51=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 130 (51.17% from 255 or 67.01% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 130 - color contains mainly: green. Hex color #0D8233 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8233 is #F27DCC. Grayscale: #565656. Windows color (decimal): -15891917 or 3375629. OLE color: 3375629.
HSL color Cylindrical-coordinate representation of color #0D8233: hue angle of 139.49º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8233 is Cyan = 0.9, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 130 | 51 | - |
| CMYK | 0.9 | 0 | 0.61 | 0.49 |
| HSL | 139.49º | 0.82% | 0.28% | - |
| HSV(B) | 139.49º | 0.9% | 0.51% | - |
| XYZ | 8.75 | 16.29 | 5.82 | - |
| YUV | 86.01 | 108.24 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 130 | 51 | 0.9 | 0 | 0.61 | 0.49 | 139.49 | 0.82 | 0.28 |
| Hex | D | 82 | 33 | 5A | 0 | 3D | 31 | 8B | 52 | 1C |
| Octal | 15 | 202 | 63 | 132 | 0 | 75 | 61 | 213 | 122 | 34 |
| Binary | 1101 | 10000010 | 110011 | 1011010 | 0 | 111101 | 110001 | 10001011 | 1010010 | 11100 |
Color Harmonies of #0D8233
Complementary color
Monochromatic Colors of #0D8233
Black with #0D8233
Text Example
Text Example
White with #0D8233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8233; }
p { color: rgb(13,130,51); }
H1.HeaderClassName
{
color: #0D8233;
}
.AnyTagClassName
{
color: #0D8233;
}
</style>
background-color css
<style>
a { background-color: #0D8233; }
a { background-color: rgb(13,130,51); }
div.DivClassName
{
background-color: #0D8233;
}
.BgClassName
{
background-color: #0D8233;
}
</style>
border-color css
<style>
span { border-color: #0D8233; }
span { border-color: rgb(13,130,51); }
td.TdClassName
{
border-color: #0D8233;
}
.TagClassName
{
border-color: #0D8233;
}
</style>