Shades of Crusoe #0E6B2F
Tints of Crusoe #0E6B2F
RGB
CMYK
RGB Variations
Color information
#0E6B2F (or 0x0E6B2F) is known color: Crusoe. HEX triplet: 0E, 6B and 2F. RGB value is (14,107,47). Sum of RGB (Red+Green+Blue) = 14+107+47=168 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.33% from 168); Green value is 107 (42.19% from 255 or 63.69% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 107 - color contains mainly: green. Hex color #0E6B2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6B2F is #F194D0. Grayscale: #484848. Windows color (decimal): -15832273 or 3107598. OLE color: 3107598.
HSL color Cylindrical-coordinate representation of color #0E6B2F: hue angle of 141.29º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E6B2F is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 107 | 47 | - |
| CMYK | 0.87 | 0 | 0.56 | 0.58 |
| HSL | 141.29º | 0.77% | 0.24% | - |
| HSV(B) | 141.29º | 0.87% | 0.42% | - |
| XYZ | 5.95 | 10.81 | 4.46 | - |
| YUV | 72.35 | 113.69 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 107 | 47 | 0.87 | 0 | 0.56 | 0.58 | 141.29 | 0.77 | 0.24 |
| Hex | E | 6B | 2F | 57 | 0 | 38 | 3A | 8D | 4D | 18 |
| Octal | 16 | 153 | 57 | 127 | 0 | 70 | 72 | 215 | 115 | 30 |
| Binary | 1110 | 1101011 | 101111 | 1010111 | 0 | 111000 | 111010 | 10001101 | 1001101 | 11000 |
Color Harmonies of #0E6B2F
Complementary color
Monochromatic Colors of #0E6B2F
Black with #0E6B2F
Text Example
Text Example
White with #0E6B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6B2F; }
p { color: rgb(14,107,47); }
H1.HeaderClassName
{
color: #0E6B2F;
}
.AnyTagClassName
{
color: #0E6B2F;
}
</style>
background-color css
<style>
a { background-color: #0E6B2F; }
a { background-color: rgb(14,107,47); }
div.DivClassName
{
background-color: #0E6B2F;
}
.BgClassName
{
background-color: #0E6B2F;
}
</style>
border-color css
<style>
span { border-color: #0E6B2F; }
span { border-color: rgb(14,107,47); }
td.TdClassName
{
border-color: #0E6B2F;
}
.TagClassName
{
border-color: #0E6B2F;
}
</style>