Shades of Crusoe #145E2F
Tints of Crusoe #145E2F
RGB
CMYK
RGB Variations
Color information
#145E2F (or 0x145E2F) is known color: Crusoe. HEX triplet: 14, 5E and 2F. RGB value is (20,94,47). Sum of RGB (Red+Green+Blue) = 20+94+47=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 94 (37.11% from 255 or 58.39% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 94 - color contains mainly: green. Hex color #145E2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145E2F is #EBA1D0. Grayscale: #424242. Windows color (decimal): -15442385 or 3104276. OLE color: 3104276.
HSL color Cylindrical-coordinate representation of color #145E2F: hue angle of 141.89º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145E2F is Cyan = 0.79, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 94 | 47 | - |
| CMYK | 0.79 | 0 | 0.5 | 0.63 |
| HSL | 141.89º | 0.65% | 0.22% | - |
| HSV(B) | 141.89º | 0.79% | 0.37% | - |
| XYZ | 4.8 | 8.36 | 4.05 | - |
| YUV | 66.52 | 116.98 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 47 | 0.79 | 0 | 0.5 | 0.63 | 141.89 | 0.65 | 0.22 |
| Hex | 14 | 5E | 2F | 4F | 0 | 32 | 3F | 8E | 41 | 16 |
| Octal | 24 | 136 | 57 | 117 | 0 | 62 | 77 | 216 | 101 | 26 |
| Binary | 10100 | 1011110 | 101111 | 1001111 | 0 | 110010 | 111111 | 10001110 | 1000001 | 10110 |
Color Harmonies of #145E2F
Complementary color
Monochromatic Colors of #145E2F
Black with #145E2F
Text Example
Text Example
White with #145E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145E2F; }
p { color: rgb(20,94,47); }
H1.HeaderClassName
{
color: #145E2F;
}
.AnyTagClassName
{
color: #145E2F;
}
</style>
background-color css
<style>
a { background-color: #145E2F; }
a { background-color: rgb(20,94,47); }
div.DivClassName
{
background-color: #145E2F;
}
.BgClassName
{
background-color: #145E2F;
}
</style>
border-color css
<style>
span { border-color: #145E2F; }
span { border-color: rgb(20,94,47); }
td.TdClassName
{
border-color: #145E2F;
}
.TagClassName
{
border-color: #145E2F;
}
</style>