Shades of Crusoe #0D602C
Tints of Crusoe #0D602C
RGB
CMYK
RGB Variations
Color information
#0D602C (or 0x0D602C) is known color: Crusoe. HEX triplet: 0D, 60 and 2C. RGB value is (13,96,44). Sum of RGB (Red+Green+Blue) = 13+96+44=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #0D602C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D602C is #F29FD3. Grayscale: #414141. Windows color (decimal): -15900628 or 2908173. OLE color: 2908173.
HSL color Cylindrical-coordinate representation of color #0D602C: hue angle of 142.41º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D602C is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 96 | 44 | - |
| CMYK | 0.86 | 0 | 0.54 | 0.62 |
| HSL | 142.41º | 0.76% | 0.21% | - |
| HSV(B) | 142.41º | 0.86% | 0.38% | - |
| XYZ | 4.8 | 8.63 | 3.8 | - |
| YUV | 65.26 | 116 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 96 | 44 | 0.86 | 0 | 0.54 | 0.62 | 142.41 | 0.76 | 0.21 |
| Hex | D | 60 | 2C | 56 | 0 | 36 | 3E | 8E | 4C | 15 |
| Octal | 15 | 140 | 54 | 126 | 0 | 66 | 76 | 216 | 114 | 25 |
| Binary | 1101 | 1100000 | 101100 | 1010110 | 0 | 110110 | 111110 | 10001110 | 1001100 | 10101 |
Color Harmonies of #0D602C
Complementary color
Monochromatic Colors of #0D602C
Black with #0D602C
Text Example
Text Example
White with #0D602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D602C; }
p { color: rgb(13,96,44); }
H1.HeaderClassName
{
color: #0D602C;
}
.AnyTagClassName
{
color: #0D602C;
}
</style>
background-color css
<style>
a { background-color: #0D602C; }
a { background-color: rgb(13,96,44); }
div.DivClassName
{
background-color: #0D602C;
}
.BgClassName
{
background-color: #0D602C;
}
</style>
border-color css
<style>
span { border-color: #0D602C; }
span { border-color: rgb(13,96,44); }
td.TdClassName
{
border-color: #0D602C;
}
.TagClassName
{
border-color: #0D602C;
}
</style>