Shades of Crusoe #1B5029
Tints of Crusoe #1B5029
RGB
CMYK
RGB Variations
Color information
#1B5029 (or 0x1B5029) is known color: Crusoe. HEX triplet: 1B, 50 and 29. RGB value is (27,80,41). Sum of RGB (Red+Green+Blue) = 27+80+41=148 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.24% from 148); Green value is 80 (31.64% from 255 or 54.05% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 80 - color contains mainly: green. Hex color #1B5029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5029 is #E4AFD6. Grayscale: #3B3B3B. Windows color (decimal): -14987223 or 2707483. OLE color: 2707483.
HSL color Cylindrical-coordinate representation of color #1B5029: hue angle of 135.85º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B5029 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 80 | 41 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.69 |
| HSL | 135.85º | 0.5% | 0.21% | - |
| HSV(B) | 135.85º | 0.66% | 0.31% | - |
| XYZ | 3.72 | 6.13 | 3.09 | - |
| YUV | 59.71 | 117.44 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 80 | 41 | 0.66 | 0 | 0.49 | 0.69 | 135.85 | 0.5 | 0.21 |
| Hex | 1B | 50 | 29 | 42 | 0 | 31 | 45 | 88 | 32 | 15 |
| Octal | 33 | 120 | 51 | 102 | 0 | 61 | 105 | 210 | 62 | 25 |
| Binary | 11011 | 1010000 | 101001 | 1000010 | 0 | 110001 | 1000101 | 10001000 | 110010 | 10101 |
Color Harmonies of #1B5029
Complementary color
Monochromatic Colors of #1B5029
Black with #1B5029
Text Example
Text Example
White with #1B5029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5029; }
p { color: rgb(27,80,41); }
H1.HeaderClassName
{
color: #1B5029;
}
.AnyTagClassName
{
color: #1B5029;
}
</style>
background-color css
<style>
a { background-color: #1B5029; }
a { background-color: rgb(27,80,41); }
div.DivClassName
{
background-color: #1B5029;
}
.BgClassName
{
background-color: #1B5029;
}
</style>
border-color css
<style>
span { border-color: #1B5029; }
span { border-color: rgb(27,80,41); }
td.TdClassName
{
border-color: #1B5029;
}
.TagClassName
{
border-color: #1B5029;
}
</style>