Shades of Crusoe #0E5A2D
Tints of Crusoe #0E5A2D
RGB
CMYK
RGB Variations
Color information
#0E5A2D (or 0x0E5A2D) is known color: Crusoe. HEX triplet: 0E, 5A and 2D. RGB value is (14,90,45). Sum of RGB (Red+Green+Blue) = 14+90+45=149 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.40% from 149); Green value is 90 (35.55% from 255 or 60.40% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 90 - color contains mainly: green. Hex color #0E5A2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5A2D is #F1A5D2. Grayscale: #3E3E3E. Windows color (decimal): -15836627 or 2972174. OLE color: 2972174.
HSL color Cylindrical-coordinate representation of color #0E5A2D: hue angle of 144.47º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5A2D is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 90 | 45 | - |
| CMYK | 0.84 | 0 | 0.50 | 0.65 |
| HSL | 144.47º | 0.73% | 0.2% | - |
| HSV(B) | 144.47º | 0.84% | 0.35% | - |
| XYZ | 4.31 | 7.6 | 3.72 | - |
| YUV | 62.15 | 118.32 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 90 | 45 | 0.84 | 0 | 0.50 | 0.65 | 144.47 | 0.73 | 0.2 |
| Hex | E | 5A | 2D | 54 | 0 | 32 | 41 | 90 | 49 | 14 |
| Octal | 16 | 132 | 55 | 124 | 0 | 62 | 101 | 220 | 111 | 24 |
| Binary | 1110 | 1011010 | 101101 | 1010100 | 0 | 110010 | 1000001 | 10010000 | 1001001 | 10100 |
Color Harmonies of #0E5A2D
Complementary color
Monochromatic Colors of #0E5A2D
Black with #0E5A2D
Text Example
Text Example
White with #0E5A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5A2D; }
p { color: rgb(14,90,45); }
H1.HeaderClassName
{
color: #0E5A2D;
}
.AnyTagClassName
{
color: #0E5A2D;
}
</style>
background-color css
<style>
a { background-color: #0E5A2D; }
a { background-color: rgb(14,90,45); }
div.DivClassName
{
background-color: #0E5A2D;
}
.BgClassName
{
background-color: #0E5A2D;
}
</style>
border-color css
<style>
span { border-color: #0E5A2D; }
span { border-color: rgb(14,90,45); }
td.TdClassName
{
border-color: #0E5A2D;
}
.TagClassName
{
border-color: #0E5A2D;
}
</style>