Shades of Crusoe #0E602E
Tints of Crusoe #0E602E
RGB
CMYK
RGB Variations
Color information
#0E602E (or 0x0E602E) is known color: Crusoe. HEX triplet: 0E, 60 and 2E. RGB value is (14,96,46). Sum of RGB (Red+Green+Blue) = 14+96+46=156 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.97% from 156); Green value is 96 (37.89% from 255 or 61.54% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 96 - color contains mainly: green. Hex color #0E602E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E602E is #F19FD1. Grayscale: #414141. Windows color (decimal): -15835090 or 3039246. OLE color: 3039246.
HSL color Cylindrical-coordinate representation of color #0E602E: hue angle of 143.41º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E602E is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 14 | 96 | 46 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.62 |
| HSL | 143.41º | 0.75% | 0.22% | - |
| HSV(B) | 143.41º | 0.85% | 0.38% | - |
| XYZ | 4.86 | 8.66 | 4 | - |
| YUV | 65.78 | 116.83 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 96 | 46 | 0.85 | 0 | 0.52 | 0.62 | 143.41 | 0.75 | 0.22 |
| Hex | E | 60 | 2E | 55 | 0 | 34 | 3E | 8F | 4B | 16 |
| Octal | 16 | 140 | 56 | 125 | 0 | 64 | 76 | 217 | 113 | 26 |
| Binary | 1110 | 1100000 | 101110 | 1010101 | 0 | 110100 | 111110 | 10001111 | 1001011 | 10110 |
Color Harmonies of #0E602E
Complementary color
Monochromatic Colors of #0E602E
Black with #0E602E
Text Example
Text Example
White with #0E602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E602E; }
p { color: rgb(14,96,46); }
H1.HeaderClassName
{
color: #0E602E;
}
.AnyTagClassName
{
color: #0E602E;
}
</style>
background-color css
<style>
a { background-color: #0E602E; }
a { background-color: rgb(14,96,46); }
div.DivClassName
{
background-color: #0E602E;
}
.BgClassName
{
background-color: #0E602E;
}
</style>
border-color css
<style>
span { border-color: #0E602E; }
span { border-color: rgb(14,96,46); }
td.TdClassName
{
border-color: #0E602E;
}
.TagClassName
{
border-color: #0E602E;
}
</style>