Shades of Crusoe #1A502B
Tints of Crusoe #1A502B
RGB
CMYK
RGB Variations
Color information
#1A502B (or 0x1A502B) is known color: Crusoe. HEX triplet: 1A, 50 and 2B. RGB value is (26,80,43). Sum of RGB (Red+Green+Blue) = 26+80+43=149 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.45% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #1A502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A502B is #E5AFD4. Grayscale: #3B3B3B. Windows color (decimal): -15052757 or 2838554. OLE color: 2838554.
HSL color Cylindrical-coordinate representation of color #1A502B: hue angle of 138.89º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A502B is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 80 | 43 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.69 |
| HSL | 138.89º | 0.51% | 0.21% | - |
| HSV(B) | 138.89º | 0.68% | 0.31% | - |
| XYZ | 3.73 | 6.13 | 3.27 | - |
| YUV | 59.64 | 118.61 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 80 | 43 | 0.67 | 0 | 0.46 | 0.69 | 138.89 | 0.51 | 0.21 |
| Hex | 1A | 50 | 2B | 43 | 0 | 2E | 45 | 8B | 33 | 15 |
| Octal | 32 | 120 | 53 | 103 | 0 | 56 | 105 | 213 | 63 | 25 |
| Binary | 11010 | 1010000 | 101011 | 1000011 | 0 | 101110 | 1000101 | 10001011 | 110011 | 10101 |
Color Harmonies of #1A502B
Complementary color
Monochromatic Colors of #1A502B
Black with #1A502B
Text Example
Text Example
White with #1A502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A502B; }
p { color: rgb(26,80,43); }
H1.HeaderClassName
{
color: #1A502B;
}
.AnyTagClassName
{
color: #1A502B;
}
</style>
background-color css
<style>
a { background-color: #1A502B; }
a { background-color: rgb(26,80,43); }
div.DivClassName
{
background-color: #1A502B;
}
.BgClassName
{
background-color: #1A502B;
}
</style>
border-color css
<style>
span { border-color: #1A502B; }
span { border-color: rgb(26,80,43); }
td.TdClassName
{
border-color: #1A502B;
}
.TagClassName
{
border-color: #1A502B;
}
</style>