Shades of Fun Green #0D683B
Tints of Fun Green #0D683B
RGB
CMYK
RGB Variations
Color information
#0D683B (or 0x0D683B) is known color: Fun Green. HEX triplet: 0D, 68 and 3B. RGB value is (13,104,59). Sum of RGB (Red+Green+Blue) = 13+104+59=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 104 (41.02% from 255 or 59.09% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 104 - color contains mainly: green. Hex color #0D683B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D683B is #F297C4. Grayscale: #474747. Windows color (decimal): -15898565 or 3893261. OLE color: 3893261.
HSL color Cylindrical-coordinate representation of color #0D683B: hue angle of 150.33º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D683B is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 104 | 59 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.59 |
| HSL | 150.33º | 0.78% | 0.23% | - |
| HSV(B) | 150.33º | 0.88% | 0.41% | - |
| XYZ | 5.91 | 10.3 | 5.81 | - |
| YUV | 71.66 | 120.85 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 104 | 59 | 0.88 | 0 | 0.43 | 0.59 | 150.33 | 0.78 | 0.23 |
| Hex | D | 68 | 3B | 58 | 0 | 2B | 3B | 96 | 4E | 17 |
| Octal | 15 | 150 | 73 | 130 | 0 | 53 | 73 | 226 | 116 | 27 |
| Binary | 1101 | 1101000 | 111011 | 1011000 | 0 | 101011 | 111011 | 10010110 | 1001110 | 10111 |
Color Harmonies of #0D683B
Complementary color
Monochromatic Colors of #0D683B
Black with #0D683B
Text Example
Text Example
White with #0D683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D683B; }
p { color: rgb(13,104,59); }
H1.HeaderClassName
{
color: #0D683B;
}
.AnyTagClassName
{
color: #0D683B;
}
</style>
background-color css
<style>
a { background-color: #0D683B; }
a { background-color: rgb(13,104,59); }
div.DivClassName
{
background-color: #0D683B;
}
.BgClassName
{
background-color: #0D683B;
}
</style>
border-color css
<style>
span { border-color: #0D683B; }
span { border-color: rgb(13,104,59); }
td.TdClassName
{
border-color: #0D683B;
}
.TagClassName
{
border-color: #0D683B;
}
</style>