Shades of Crusoe #145F2F
Tints of Crusoe #145F2F
RGB
CMYK
RGB Variations
Color information
#145F2F (or 0x145F2F) is known color: Crusoe. HEX triplet: 14, 5F and 2F. RGB value is (20,95,47). Sum of RGB (Red+Green+Blue) = 20+95+47=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 95 (37.5% from 255 or 58.64% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 95 - color contains mainly: green. Hex color #145F2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145F2F is #EBA0D0. Grayscale: #434343. Windows color (decimal): -15442129 or 3104532. OLE color: 3104532.
HSL color Cylindrical-coordinate representation of color #145F2F: hue angle of 141.6º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145F2F is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 95 | 47 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.63 |
| HSL | 141.6º | 0.65% | 0.23% | - |
| HSV(B) | 141.6º | 0.79% | 0.37% | - |
| XYZ | 4.89 | 8.54 | 4.08 | - |
| YUV | 67.1 | 116.65 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 47 | 0.79 | 0 | 0.51 | 0.63 | 141.6 | 0.65 | 0.23 |
| Hex | 14 | 5F | 2F | 4F | 0 | 33 | 3F | 8E | 41 | 17 |
| Octal | 24 | 137 | 57 | 117 | 0 | 63 | 77 | 216 | 101 | 27 |
| Binary | 10100 | 1011111 | 101111 | 1001111 | 0 | 110011 | 111111 | 10001110 | 1000001 | 10111 |
Color Harmonies of #145F2F
Complementary color
Monochromatic Colors of #145F2F
Black with #145F2F
Text Example
Text Example
White with #145F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F2F; }
p { color: rgb(20,95,47); }
H1.HeaderClassName
{
color: #145F2F;
}
.AnyTagClassName
{
color: #145F2F;
}
</style>
background-color css
<style>
a { background-color: #145F2F; }
a { background-color: rgb(20,95,47); }
div.DivClassName
{
background-color: #145F2F;
}
.BgClassName
{
background-color: #145F2F;
}
</style>
border-color css
<style>
span { border-color: #145F2F; }
span { border-color: rgb(20,95,47); }
td.TdClassName
{
border-color: #145F2F;
}
.TagClassName
{
border-color: #145F2F;
}
</style>