Shades of Crusoe #0C5E2B
Tints of Crusoe #0C5E2B
RGB
CMYK
RGB Variations
Color information
#0C5E2B (or 0x0C5E2B) is known color: Crusoe. HEX triplet: 0C, 5E and 2B. RGB value is (12,94,43). Sum of RGB (Red+Green+Blue) = 12+94+43=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 94 (37.11% from 255 or 63.09% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 94 - color contains mainly: green. Hex color #0C5E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5E2B is #F3A1D4. Grayscale: #3F3F3F. Windows color (decimal): -15966677 or 2842124. OLE color: 2842124.
HSL color Cylindrical-coordinate representation of color #0C5E2B: hue angle of 142.68º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5E2B is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
RGB | 12 | 94 | 43 | - |
CMYK | 0.87 | 0 | 0.54 | 0.63 |
HSL | 142.68º | 0.77% | 0.21% | - |
HSV(B) | 142.68º | 0.87% | 0.37% | - |
XYZ | 4.59 | 8.26 | 3.64 | - |
YUV | 63.67 | 116.33 | 91.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 12 | 94 | 43 | 0.87 | 0 | 0.54 | 0.63 | 142.68 | 0.77 | 0.21 |
Hex | C | 5E | 2B | 57 | 0 | 36 | 3F | 8F | 4D | 15 |
Octal | 14 | 136 | 53 | 127 | 0 | 66 | 77 | 217 | 115 | 25 |
Binary | 1100 | 1011110 | 101011 | 1010111 | 0 | 110110 | 111111 | 10001111 | 1001101 | 10101 |
Color Harmonies of #0C5E2B
Complementary color
Monochromatic Colors of #0C5E2B
Black with #0C5E2B
Text Example
Text Example
White with #0C5E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5E2B; }
p { color: rgb(12,94,43); }
H1.HeaderClassName
{
color: #0C5E2B;
}
.AnyTagClassName
{
color: #0C5E2B;
}
</style>
background-color css
<style>
a { background-color: #0C5E2B; }
a { background-color: rgb(12,94,43); }
div.DivClassName
{
background-color: #0C5E2B;
}
.BgClassName
{
background-color: #0C5E2B;
}
</style>
border-color css
<style>
span { border-color: #0C5E2B; }
span { border-color: rgb(12,94,43); }
td.TdClassName
{
border-color: #0C5E2B;
}
.TagClassName
{
border-color: #0C5E2B;
}
</style>