Shades of Crusoe #0D6B2A
Tints of Crusoe #0D6B2A
RGB
CMYK
RGB Variations
Color information
#0D6B2A (or 0x0D6B2A) is known color: Crusoe. HEX triplet: 0D, 6B and 2A. RGB value is (13,107,42). Sum of RGB (Red+Green+Blue) = 13+107+42=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 107 (42.19% from 255 or 66.05% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 107 - color contains mainly: green. Hex color #0D6B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6B2A is #F294D5. Grayscale: #474747. Windows color (decimal): -15897814 or 2779917. OLE color: 2779917.
HSL color Cylindrical-coordinate representation of color #0D6B2A: hue angle of 138.51º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6B2A is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 107 | 42 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.58 |
| HSL | 138.51º | 0.78% | 0.24% | - |
| HSV(B) | 138.51º | 0.88% | 0.42% | - |
| XYZ | 5.84 | 10.77 | 3.96 | - |
| YUV | 71.48 | 111.36 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 107 | 42 | 0.88 | 0 | 0.61 | 0.58 | 138.51 | 0.78 | 0.24 |
| Hex | D | 6B | 2A | 58 | 0 | 3D | 3A | 8B | 4E | 18 |
| Octal | 15 | 153 | 52 | 130 | 0 | 75 | 72 | 213 | 116 | 30 |
| Binary | 1101 | 1101011 | 101010 | 1011000 | 0 | 111101 | 111010 | 10001011 | 1001110 | 11000 |
Color Harmonies of #0D6B2A
Complementary color
Monochromatic Colors of #0D6B2A
Black with #0D6B2A
Text Example
Text Example
White with #0D6B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6B2A; }
p { color: rgb(13,107,42); }
H1.HeaderClassName
{
color: #0D6B2A;
}
.AnyTagClassName
{
color: #0D6B2A;
}
</style>
background-color css
<style>
a { background-color: #0D6B2A; }
a { background-color: rgb(13,107,42); }
div.DivClassName
{
background-color: #0D6B2A;
}
.BgClassName
{
background-color: #0D6B2A;
}
</style>
border-color css
<style>
span { border-color: #0D6B2A; }
span { border-color: rgb(13,107,42); }
td.TdClassName
{
border-color: #0D6B2A;
}
.TagClassName
{
border-color: #0D6B2A;
}
</style>