Shades of Crusoe #1A5D29
Tints of Crusoe #1A5D29
RGB
CMYK
RGB Variations
Color information
#1A5D29 (or 0x1A5D29) is known color: Crusoe. HEX triplet: 1A, 5D and 29. RGB value is (26,93,41). Sum of RGB (Red+Green+Blue) = 26+93+41=160 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.25% from 160); Green value is 93 (36.72% from 255 or 58.12% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 93 - color contains mainly: green. Hex color #1A5D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5D29 is #E5A2D6. Grayscale: #434343. Windows color (decimal): -15049431 or 2710810. OLE color: 2710810.
HSL color Cylindrical-coordinate representation of color #1A5D29: hue angle of 133.43º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A5D29 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 93 | 41 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.64 |
| HSL | 133.43º | 0.56% | 0.23% | - |
| HSV(B) | 133.43º | 0.72% | 0.36% | - |
| XYZ | 4.74 | 8.21 | 3.43 | - |
| YUV | 67.04 | 113.3 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 93 | 41 | 0.72 | 0 | 0.56 | 0.64 | 133.43 | 0.56 | 0.23 |
| Hex | 1A | 5D | 29 | 48 | 0 | 38 | 40 | 85 | 38 | 17 |
| Octal | 32 | 135 | 51 | 110 | 0 | 70 | 100 | 205 | 70 | 27 |
| Binary | 11010 | 1011101 | 101001 | 1001000 | 0 | 111000 | 1000000 | 10000101 | 111000 | 10111 |
Color Harmonies of #1A5D29
Complementary color
Monochromatic Colors of #1A5D29
Black with #1A5D29
Text Example
Text Example
White with #1A5D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5D29; }
p { color: rgb(26,93,41); }
H1.HeaderClassName
{
color: #1A5D29;
}
.AnyTagClassName
{
color: #1A5D29;
}
</style>
background-color css
<style>
a { background-color: #1A5D29; }
a { background-color: rgb(26,93,41); }
div.DivClassName
{
background-color: #1A5D29;
}
.BgClassName
{
background-color: #1A5D29;
}
</style>
border-color css
<style>
span { border-color: #1A5D29; }
span { border-color: rgb(26,93,41); }
td.TdClassName
{
border-color: #1A5D29;
}
.TagClassName
{
border-color: #1A5D29;
}
</style>