Shades of Crusoe #145F2C
Tints of Crusoe #145F2C
RGB
CMYK
RGB Variations
Color information
#145F2C (or 0x145F2C) is known color: Crusoe. HEX triplet: 14, 5F and 2C. RGB value is (20,95,44). Sum of RGB (Red+Green+Blue) = 20+95+44=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 95 (37.5% from 255 or 59.75% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 95 - color contains mainly: green. Hex color #145F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145F2C is #EBA0D3. Grayscale: #424242. Windows color (decimal): -15442132 or 2907924. OLE color: 2907924.
HSL color Cylindrical-coordinate representation of color #145F2C: hue angle of 139.2º 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 #145F2C is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 95 | 44 | - |
| CMYK | 0.79 | 0 | 0.54 | 0.63 |
| HSL | 139.2º | 0.65% | 0.23% | - |
| HSV(B) | 139.2º | 0.79% | 0.37% | - |
| XYZ | 4.84 | 8.51 | 3.77 | - |
| YUV | 66.76 | 115.15 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 44 | 0.79 | 0 | 0.54 | 0.63 | 139.2 | 0.65 | 0.23 |
| Hex | 14 | 5F | 2C | 4F | 0 | 36 | 3F | 8B | 41 | 17 |
| Octal | 24 | 137 | 54 | 117 | 0 | 66 | 77 | 213 | 101 | 27 |
| Binary | 10100 | 1011111 | 101100 | 1001111 | 0 | 110110 | 111111 | 10001011 | 1000001 | 10111 |
Color Harmonies of #145F2C
Complementary color
Monochromatic Colors of #145F2C
Black with #145F2C
Text Example
Text Example
White with #145F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F2C; }
p { color: rgb(20,95,44); }
H1.HeaderClassName
{
color: #145F2C;
}
.AnyTagClassName
{
color: #145F2C;
}
</style>
background-color css
<style>
a { background-color: #145F2C; }
a { background-color: rgb(20,95,44); }
div.DivClassName
{
background-color: #145F2C;
}
.BgClassName
{
background-color: #145F2C;
}
</style>
border-color css
<style>
span { border-color: #145F2C; }
span { border-color: rgb(20,95,44); }
td.TdClassName
{
border-color: #145F2C;
}
.TagClassName
{
border-color: #145F2C;
}
</style>