Shades of Dark Spring Green #0D813C
Tints of Dark Spring Green #0D813C
RGB
CMYK
RGB Variations
Color information
#0D813C (or 0x0D813C) is known color: Dark Spring Green. HEX triplet: 0D, 81 and 3C. RGB value is (13,129,60). Sum of RGB (Red+Green+Blue) = 13+129+60=202 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.44% from 202); Green value is 129 (50.78% from 255 or 63.86% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 129 - color contains mainly: green. Hex color #0D813C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D813C is #F27EC3. Grayscale: #565656. Windows color (decimal): -15892164 or 3965197. OLE color: 3965197.
HSL color Cylindrical-coordinate representation of color #0D813C: hue angle of 144.31º 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 #0D813C is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 129 | 60 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.49 |
| HSL | 144.31º | 0.82% | 0.28% | - |
| HSV(B) | 144.31º | 0.9% | 0.51% | - |
| XYZ | 8.83 | 16.11 | 6.92 | - |
| YUV | 86.45 | 113.07 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 129 | 60 | 0.90 | 0 | 0.53 | 0.49 | 144.31 | 0.82 | 0.28 |
| Hex | D | 81 | 3C | 5A | 0 | 35 | 31 | 90 | 52 | 1C |
| Octal | 15 | 201 | 74 | 132 | 0 | 65 | 61 | 220 | 122 | 34 |
| Binary | 1101 | 10000001 | 111100 | 1011010 | 0 | 110101 | 110001 | 10010000 | 1010010 | 11100 |
Color Harmonies of #0D813C
Complementary color
Monochromatic Colors of #0D813C
Black with #0D813C
Text Example
Text Example
White with #0D813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D813C; }
p { color: rgb(13,129,60); }
H1.HeaderClassName
{
color: #0D813C;
}
.AnyTagClassName
{
color: #0D813C;
}
</style>
background-color css
<style>
a { background-color: #0D813C; }
a { background-color: rgb(13,129,60); }
div.DivClassName
{
background-color: #0D813C;
}
.BgClassName
{
background-color: #0D813C;
}
</style>
border-color css
<style>
span { border-color: #0D813C; }
span { border-color: rgb(13,129,60); }
td.TdClassName
{
border-color: #0D813C;
}
.TagClassName
{
border-color: #0D813C;
}
</style>