Shades of Crusoe #1B512C
Tints of Crusoe #1B512C
RGB
CMYK
RGB Variations
Color information
#1B512C (or 0x1B512C) is known color: Crusoe. HEX triplet: 1B, 51 and 2C. RGB value is (27,81,44). Sum of RGB (Red+Green+Blue) = 27+81+44=152 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.76% from 152); Green value is 81 (32.03% from 255 or 53.29% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 81 - color contains mainly: green. Hex color #1B512C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B512C is #E4AED3. Grayscale: #3C3C3C. Windows color (decimal): -14986964 or 2904347. OLE color: 2904347.
HSL color Cylindrical-coordinate representation of color #1B512C: hue angle of 138.89º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B512C is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 81 | 44 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.68 |
| HSL | 138.89º | 0.5% | 0.21% | - |
| HSV(B) | 138.89º | 0.67% | 0.32% | - |
| XYZ | 3.85 | 6.3 | 3.4 | - |
| YUV | 60.64 | 118.61 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 81 | 44 | 0.67 | 0 | 0.46 | 0.68 | 138.89 | 0.5 | 0.21 |
| Hex | 1B | 51 | 2C | 43 | 0 | 2E | 44 | 8B | 32 | 15 |
| Octal | 33 | 121 | 54 | 103 | 0 | 56 | 104 | 213 | 62 | 25 |
| Binary | 11011 | 1010001 | 101100 | 1000011 | 0 | 101110 | 1000100 | 10001011 | 110010 | 10101 |
Color Harmonies of #1B512C
Complementary color
Monochromatic Colors of #1B512C
Black with #1B512C
Text Example
Text Example
White with #1B512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B512C; }
p { color: rgb(27,81,44); }
H1.HeaderClassName
{
color: #1B512C;
}
.AnyTagClassName
{
color: #1B512C;
}
</style>
background-color css
<style>
a { background-color: #1B512C; }
a { background-color: rgb(27,81,44); }
div.DivClassName
{
background-color: #1B512C;
}
.BgClassName
{
background-color: #1B512C;
}
</style>
border-color css
<style>
span { border-color: #1B512C; }
span { border-color: rgb(27,81,44); }
td.TdClassName
{
border-color: #1B512C;
}
.TagClassName
{
border-color: #1B512C;
}
</style>