Shades of Crusoe #174F2A
Tints of Crusoe #174F2A
RGB
CMYK
RGB Variations
Color information
#174F2A (or 0x174F2A) is known color: Crusoe. HEX triplet: 17, 4F and 2A. RGB value is (23,79,42). Sum of RGB (Red+Green+Blue) = 23+79+42=144 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.97% from 144); Green value is 79 (31.25% from 255 or 54.86% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 79 - color contains mainly: green. Hex color #174F2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #174F2A is #E8B0D5. Grayscale: #3A3A3A. Windows color (decimal): -15249622 or 2772759. OLE color: 2772759.
HSL color Cylindrical-coordinate representation of color #174F2A: hue angle of 140.36º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #174F2A is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 79 | 42 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.69 |
| HSL | 140.36º | 0.55% | 0.2% | - |
| HSV(B) | 140.36º | 0.71% | 0.31% | - |
| XYZ | 3.57 | 5.94 | 3.15 | - |
| YUV | 58.04 | 118.95 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 79 | 42 | 0.71 | 0 | 0.47 | 0.69 | 140.36 | 0.55 | 0.2 |
| Hex | 17 | 4F | 2A | 47 | 0 | 2F | 45 | 8C | 37 | 14 |
| Octal | 27 | 117 | 52 | 107 | 0 | 57 | 105 | 214 | 67 | 24 |
| Binary | 10111 | 1001111 | 101010 | 1000111 | 0 | 101111 | 1000101 | 10001100 | 110111 | 10100 |
Color Harmonies of #174F2A
Complementary color
Monochromatic Colors of #174F2A
Black with #174F2A
Text Example
Text Example
White with #174F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174F2A; }
p { color: rgb(23,79,42); }
H1.HeaderClassName
{
color: #174F2A;
}
.AnyTagClassName
{
color: #174F2A;
}
</style>
background-color css
<style>
a { background-color: #174F2A; }
a { background-color: rgb(23,79,42); }
div.DivClassName
{
background-color: #174F2A;
}
.BgClassName
{
background-color: #174F2A;
}
</style>
border-color css
<style>
span { border-color: #174F2A; }
span { border-color: rgb(23,79,42); }
td.TdClassName
{
border-color: #174F2A;
}
.TagClassName
{
border-color: #174F2A;
}
</style>