Shades of Fun Green #0D613B
Tints of Fun Green #0D613B
RGB
CMYK
RGB Variations
Color information
#0D613B (or 0x0D613B) is known color: Fun Green. HEX triplet: 0D, 61 and 3B. RGB value is (13,97,59). Sum of RGB (Red+Green+Blue) = 13+97+59=169 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.69% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #0D613B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D613B is #F29EC4. Grayscale: #434343. Windows color (decimal): -15900357 or 3891469. OLE color: 3891469.
HSL color Cylindrical-coordinate representation of color #0D613B: hue angle of 152.86º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D613B is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 97 | 59 | - |
| CMYK | 0.87 | 0 | 0.39 | 0.62 |
| HSL | 152.86º | 0.76% | 0.22% | - |
| HSV(B) | 152.86º | 0.87% | 0.38% | - |
| XYZ | 5.23 | 8.95 | 5.59 | - |
| YUV | 67.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 59 | 0.87 | 0 | 0.39 | 0.62 | 152.86 | 0.76 | 0.22 |
| Hex | D | 61 | 3B | 57 | 0 | 27 | 3E | 99 | 4C | 16 |
| Octal | 15 | 141 | 73 | 127 | 0 | 47 | 76 | 231 | 114 | 26 |
| Binary | 1101 | 1100001 | 111011 | 1010111 | 0 | 100111 | 111110 | 10011001 | 1001100 | 10110 |
Color Harmonies of #0D613B
Complementary color
Monochromatic Colors of #0D613B
Black with #0D613B
Text Example
Text Example
White with #0D613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D613B; }
p { color: rgb(13,97,59); }
H1.HeaderClassName
{
color: #0D613B;
}
.AnyTagClassName
{
color: #0D613B;
}
</style>
background-color css
<style>
a { background-color: #0D613B; }
a { background-color: rgb(13,97,59); }
div.DivClassName
{
background-color: #0D613B;
}
.BgClassName
{
background-color: #0D613B;
}
</style>
border-color css
<style>
span { border-color: #0D613B; }
span { border-color: rgb(13,97,59); }
td.TdClassName
{
border-color: #0D613B;
}
.TagClassName
{
border-color: #0D613B;
}
</style>