Shades of Crusoe #175F2E
Tints of Crusoe #175F2E
RGB
CMYK
RGB Variations
Color information
#175F2E (or 0x175F2E) is known color: Crusoe. HEX triplet: 17, 5F and 2E. RGB value is (23,95,46). Sum of RGB (Red+Green+Blue) = 23+95+46=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 95 (37.5% from 255 or 57.93% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 95 - color contains mainly: green. Hex color #175F2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175F2E is #E8A0D1. Grayscale: #444444. Windows color (decimal): -15245522 or 3038999. OLE color: 3038999.
HSL color Cylindrical-coordinate representation of color #175F2E: hue angle of 139.17º 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 #175F2E is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 95 | 46 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.63 |
| HSL | 139.17º | 0.61% | 0.23% | - |
| HSV(B) | 139.17º | 0.76% | 0.37% | - |
| XYZ | 4.94 | 8.56 | 3.98 | - |
| YUV | 67.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 95 | 46 | 0.76 | 0 | 0.52 | 0.63 | 139.17 | 0.61 | 0.23 |
| Hex | 17 | 5F | 2E | 4C | 0 | 34 | 3F | 8B | 3D | 17 |
| Octal | 27 | 137 | 56 | 114 | 0 | 64 | 77 | 213 | 75 | 27 |
| Binary | 10111 | 1011111 | 101110 | 1001100 | 0 | 110100 | 111111 | 10001011 | 111101 | 10111 |
Color Harmonies of #175F2E
Complementary color
Monochromatic Colors of #175F2E
Black with #175F2E
Text Example
Text Example
White with #175F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175F2E; }
p { color: rgb(23,95,46); }
H1.HeaderClassName
{
color: #175F2E;
}
.AnyTagClassName
{
color: #175F2E;
}
</style>
background-color css
<style>
a { background-color: #175F2E; }
a { background-color: rgb(23,95,46); }
div.DivClassName
{
background-color: #175F2E;
}
.BgClassName
{
background-color: #175F2E;
}
</style>
border-color css
<style>
span { border-color: #175F2E; }
span { border-color: rgb(23,95,46); }
td.TdClassName
{
border-color: #175F2E;
}
.TagClassName
{
border-color: #175F2E;
}
</style>