Shades of Crusoe #1B5A2A
Tints of Crusoe #1B5A2A
RGB
CMYK
RGB Variations
Color information
#1B5A2A (or 0x1B5A2A) is known color: Crusoe. HEX triplet: 1B, 5A and 2A. RGB value is (27,90,42). Sum of RGB (Red+Green+Blue) = 27+90+42=159 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.98% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #1B5A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5A2A is #E4A5D5. Grayscale: #414141. Windows color (decimal): -14984662 or 2775579. OLE color: 2775579.
HSL color Cylindrical-coordinate representation of color #1B5A2A: hue angle of 134.29º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B5A2A is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
RGB | 27 | 90 | 42 | - |
CMYK | 0.70 | 0 | 0.53 | 0.65 |
HSL | 134.29º | 0.54% | 0.23% | - |
HSV(B) | 134.29º | 0.7% | 0.35% | - |
XYZ | 4.53 | 7.71 | 3.44 | - |
YUV | 65.69 | 114.63 | 100.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 27 | 90 | 42 | 0.70 | 0 | 0.53 | 0.65 | 134.29 | 0.54 | 0.23 |
Hex | 1B | 5A | 2A | 46 | 0 | 35 | 41 | 86 | 36 | 17 |
Octal | 33 | 132 | 52 | 106 | 0 | 65 | 101 | 206 | 66 | 27 |
Binary | 11011 | 1011010 | 101010 | 1000110 | 0 | 110101 | 1000001 | 10000110 | 110110 | 10111 |
Color Harmonies of #1B5A2A
Complementary color
Monochromatic Colors of #1B5A2A
Black with #1B5A2A
Text Example
Text Example
White with #1B5A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5A2A; }
p { color: rgb(27,90,42); }
H1.HeaderClassName
{
color: #1B5A2A;
}
.AnyTagClassName
{
color: #1B5A2A;
}
</style>
background-color css
<style>
a { background-color: #1B5A2A; }
a { background-color: rgb(27,90,42); }
div.DivClassName
{
background-color: #1B5A2A;
}
.BgClassName
{
background-color: #1B5A2A;
}
</style>
border-color css
<style>
span { border-color: #1B5A2A; }
span { border-color: rgb(27,90,42); }
td.TdClassName
{
border-color: #1B5A2A;
}
.TagClassName
{
border-color: #1B5A2A;
}
</style>