Shades of Crusoe #1B512A
Tints of Crusoe #1B512A
RGB
CMYK
RGB Variations
Color information
#1B512A (or 0x1B512A) is known color: Crusoe. HEX triplet: 1B, 51 and 2A. RGB value is (27,81,42). Sum of RGB (Red+Green+Blue) = 27+81+42=150 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18% from 150); Green value is 81 (32.03% from 255 or 54% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 81 - color contains mainly: green. Hex color #1B512A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B512A is #E4AED5. Grayscale: #3C3C3C. Windows color (decimal): -14986966 or 2773275. OLE color: 2773275.
HSL color Cylindrical-coordinate representation of color #1B512A: hue angle of 136.67º 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 #1B512A is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 81 | 42 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.68 |
| HSL | 136.67º | 0.5% | 0.21% | - |
| HSV(B) | 136.67º | 0.67% | 0.32% | - |
| XYZ | 3.81 | 6.29 | 3.2 | - |
| YUV | 60.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 81 | 42 | 0.67 | 0 | 0.48 | 0.68 | 136.67 | 0.5 | 0.21 |
| Hex | 1B | 51 | 2A | 43 | 0 | 30 | 44 | 89 | 32 | 15 |
| Octal | 33 | 121 | 52 | 103 | 0 | 60 | 104 | 211 | 62 | 25 |
| Binary | 11011 | 1010001 | 101010 | 1000011 | 0 | 110000 | 1000100 | 10001001 | 110010 | 10101 |
Color Harmonies of #1B512A
Complementary color
Monochromatic Colors of #1B512A
Black with #1B512A
Text Example
Text Example
White with #1B512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B512A; }
p { color: rgb(27,81,42); }
H1.HeaderClassName
{
color: #1B512A;
}
.AnyTagClassName
{
color: #1B512A;
}
</style>
background-color css
<style>
a { background-color: #1B512A; }
a { background-color: rgb(27,81,42); }
div.DivClassName
{
background-color: #1B512A;
}
.BgClassName
{
background-color: #1B512A;
}
</style>
border-color css
<style>
span { border-color: #1B512A; }
span { border-color: rgb(27,81,42); }
td.TdClassName
{
border-color: #1B512A;
}
.TagClassName
{
border-color: #1B512A;
}
</style>