Shades of Fun Green #0D6833
Tints of Fun Green #0D6833
RGB
CMYK
RGB Variations
Color information
#0D6833 (or 0x0D6833) is known color: Fun Green. HEX triplet: 0D, 68 and 33. RGB value is (13,104,51). Sum of RGB (Red+Green+Blue) = 13+104+51=168 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.74% from 168); Green value is 104 (41.02% from 255 or 61.90% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 104 - color contains mainly: green. Hex color #0D6833 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6833 is #F297CC. Grayscale: #464646. Windows color (decimal): -15898573 or 3368973. OLE color: 3368973.
HSL color Cylindrical-coordinate representation of color #0D6833: hue angle of 145.05º 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 #0D6833 is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 104 | 51 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.59 |
| HSL | 145.05º | 0.78% | 0.23% | - |
| HSV(B) | 145.05º | 0.88% | 0.41% | - |
| XYZ | 5.71 | 10.23 | 4.8 | - |
| YUV | 70.75 | 116.85 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 104 | 51 | 0.88 | 0 | 0.51 | 0.59 | 145.05 | 0.78 | 0.23 |
| Hex | D | 68 | 33 | 58 | 0 | 33 | 3B | 91 | 4E | 17 |
| Octal | 15 | 150 | 63 | 130 | 0 | 63 | 73 | 221 | 116 | 27 |
| Binary | 1101 | 1101000 | 110011 | 1011000 | 0 | 110011 | 111011 | 10010001 | 1001110 | 10111 |
Color Harmonies of #0D6833
Complementary color
Monochromatic Colors of #0D6833
Black with #0D6833
Text Example
Text Example
White with #0D6833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6833; }
p { color: rgb(13,104,51); }
H1.HeaderClassName
{
color: #0D6833;
}
.AnyTagClassName
{
color: #0D6833;
}
</style>
background-color css
<style>
a { background-color: #0D6833; }
a { background-color: rgb(13,104,51); }
div.DivClassName
{
background-color: #0D6833;
}
.BgClassName
{
background-color: #0D6833;
}
</style>
border-color css
<style>
span { border-color: #0D6833; }
span { border-color: rgb(13,104,51); }
td.TdClassName
{
border-color: #0D6833;
}
.TagClassName
{
border-color: #0D6833;
}
</style>