Shades of Crusoe #175F2C
Tints of Crusoe #175F2C
RGB
CMYK
RGB Variations
Color information
#175F2C (or 0x175F2C) is known color: Crusoe. HEX triplet: 17, 5F and 2C. RGB value is (23,95,44). Sum of RGB (Red+Green+Blue) = 23+95+44=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 95 (37.5% from 255 or 58.64% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 95 - color contains mainly: green. Hex color #175F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175F2C is #E8A0D3. Grayscale: #434343. Windows color (decimal): -15245524 or 2907927. OLE color: 2907927.
HSL color Cylindrical-coordinate representation of color #175F2C: hue angle of 137.5º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #175F2C is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 95 | 44 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.63 |
| HSL | 137.5º | 0.61% | 0.23% | - |
| HSV(B) | 137.5º | 0.76% | 0.37% | - |
| XYZ | 4.9 | 8.55 | 3.77 | - |
| YUV | 67.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 95 | 44 | 0.76 | 0 | 0.54 | 0.63 | 137.5 | 0.61 | 0.23 |
| Hex | 17 | 5F | 2C | 4C | 0 | 36 | 3F | 8A | 3D | 17 |
| Octal | 27 | 137 | 54 | 114 | 0 | 66 | 77 | 212 | 75 | 27 |
| Binary | 10111 | 1011111 | 101100 | 1001100 | 0 | 110110 | 111111 | 10001010 | 111101 | 10111 |
Color Harmonies of #175F2C
Complementary color
Monochromatic Colors of #175F2C
Black with #175F2C
Text Example
Text Example
White with #175F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175F2C; }
p { color: rgb(23,95,44); }
H1.HeaderClassName
{
color: #175F2C;
}
.AnyTagClassName
{
color: #175F2C;
}
</style>
background-color css
<style>
a { background-color: #175F2C; }
a { background-color: rgb(23,95,44); }
div.DivClassName
{
background-color: #175F2C;
}
.BgClassName
{
background-color: #175F2C;
}
</style>
border-color css
<style>
span { border-color: #175F2C; }
span { border-color: rgb(23,95,44); }
td.TdClassName
{
border-color: #175F2C;
}
.TagClassName
{
border-color: #175F2C;
}
</style>