Shades of Crusoe #1B502B
Tints of Crusoe #1B502B
RGB
CMYK
RGB Variations
Color information
#1B502B (or 0x1B502B) is known color: Crusoe. HEX triplet: 1B, 50 and 2B. RGB value is (27,80,43). Sum of RGB (Red+Green+Blue) = 27+80+43=150 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18% from 150); Green value is 80 (31.64% from 255 or 53.33% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 80 - color contains mainly: green. Hex color #1B502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B502B is #E4AFD4. Grayscale: #3C3C3C. Windows color (decimal): -14987221 or 2838555. OLE color: 2838555.
HSL color Cylindrical-coordinate representation of color #1B502B: hue angle of 138.11º 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 #1B502B is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 80 | 43 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.69 |
| HSL | 138.11º | 0.5% | 0.21% | - |
| HSV(B) | 138.11º | 0.66% | 0.31% | - |
| XYZ | 3.76 | 6.14 | 3.27 | - |
| YUV | 59.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 80 | 43 | 0.66 | 0 | 0.46 | 0.69 | 138.11 | 0.5 | 0.21 |
| Hex | 1B | 50 | 2B | 42 | 0 | 2E | 45 | 8A | 32 | 15 |
| Octal | 33 | 120 | 53 | 102 | 0 | 56 | 105 | 212 | 62 | 25 |
| Binary | 11011 | 1010000 | 101011 | 1000010 | 0 | 101110 | 1000101 | 10001010 | 110010 | 10101 |
Color Harmonies of #1B502B
Complementary color
Monochromatic Colors of #1B502B
Black with #1B502B
Text Example
Text Example
White with #1B502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B502B; }
p { color: rgb(27,80,43); }
H1.HeaderClassName
{
color: #1B502B;
}
.AnyTagClassName
{
color: #1B502B;
}
</style>
background-color css
<style>
a { background-color: #1B502B; }
a { background-color: rgb(27,80,43); }
div.DivClassName
{
background-color: #1B502B;
}
.BgClassName
{
background-color: #1B502B;
}
</style>
border-color css
<style>
span { border-color: #1B502B; }
span { border-color: rgb(27,80,43); }
td.TdClassName
{
border-color: #1B502B;
}
.TagClassName
{
border-color: #1B502B;
}
</style>