Shades of Crusoe #0C6029
Tints of Crusoe #0C6029
RGB
CMYK
RGB Variations
Color information
#0C6029 (or 0x0C6029) is known color: Crusoe. HEX triplet: 0C, 60 and 29. RGB value is (12,96,41). Sum of RGB (Red+Green+Blue) = 12+96+41=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 96 (37.89% from 255 or 64.43% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 96 - color contains mainly: green. Hex color #0C6029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6029 is #F39FD6. Grayscale: #404040. Windows color (decimal): -15966167 or 2711564. OLE color: 2711564.
HSL color Cylindrical-coordinate representation of color #0C6029: hue angle of 140.71º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6029 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 96 | 41 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.62 |
| HSL | 140.71º | 0.78% | 0.21% | - |
| HSV(B) | 140.71º | 0.88% | 0.38% | - |
| XYZ | 4.73 | 8.6 | 3.51 | - |
| YUV | 64.61 | 114.67 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 96 | 41 | 0.88 | 0 | 0.57 | 0.62 | 140.71 | 0.78 | 0.21 |
| Hex | C | 60 | 29 | 58 | 0 | 39 | 3E | 8D | 4E | 15 |
| Octal | 14 | 140 | 51 | 130 | 0 | 71 | 76 | 215 | 116 | 25 |
| Binary | 1100 | 1100000 | 101001 | 1011000 | 0 | 111001 | 111110 | 10001101 | 1001110 | 10101 |
Color Harmonies of #0C6029
Complementary color
Monochromatic Colors of #0C6029
Black with #0C6029
Text Example
Text Example
White with #0C6029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6029; }
p { color: rgb(12,96,41); }
H1.HeaderClassName
{
color: #0C6029;
}
.AnyTagClassName
{
color: #0C6029;
}
</style>
background-color css
<style>
a { background-color: #0C6029; }
a { background-color: rgb(12,96,41); }
div.DivClassName
{
background-color: #0C6029;
}
.BgClassName
{
background-color: #0C6029;
}
</style>
border-color css
<style>
span { border-color: #0C6029; }
span { border-color: rgb(12,96,41); }
td.TdClassName
{
border-color: #0C6029;
}
.TagClassName
{
border-color: #0C6029;
}
</style>