Shades of Crusoe #1B5F2D
Tints of Crusoe #1B5F2D
RGB
CMYK
RGB Variations
Color information
#1B5F2D (or 0x1B5F2D) is known color: Crusoe. HEX triplet: 1B, 5F and 2D. RGB value is (27,95,45). Sum of RGB (Red+Green+Blue) = 27+95+45=167 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.17% from 167); Green value is 95 (37.5% from 255 or 56.89% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 95 - color contains mainly: green. Hex color #1B5F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5F2D is #E4A0D2. Grayscale: #454545. Windows color (decimal): -14983379 or 2973467. OLE color: 2973467.
HSL color Cylindrical-coordinate representation of color #1B5F2D: hue angle of 135.88º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B5F2D is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 27 | 95 | 45 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.63 |
| HSL | 135.88º | 0.56% | 0.24% | - |
| HSV(B) | 135.88º | 0.72% | 0.37% | - |
| XYZ | 5.02 | 8.61 | 3.88 | - |
| YUV | 68.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 95 | 45 | 0.72 | 0 | 0.53 | 0.63 | 135.88 | 0.56 | 0.24 |
| Hex | 1B | 5F | 2D | 48 | 0 | 35 | 3F | 88 | 38 | 18 |
| Octal | 33 | 137 | 55 | 110 | 0 | 65 | 77 | 210 | 70 | 30 |
| Binary | 11011 | 1011111 | 101101 | 1001000 | 0 | 110101 | 111111 | 10001000 | 111000 | 11000 |
Color Harmonies of #1B5F2D
Complementary color
Monochromatic Colors of #1B5F2D
Black with #1B5F2D
Text Example
Text Example
White with #1B5F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5F2D; }
p { color: rgb(27,95,45); }
H1.HeaderClassName
{
color: #1B5F2D;
}
.AnyTagClassName
{
color: #1B5F2D;
}
</style>
background-color css
<style>
a { background-color: #1B5F2D; }
a { background-color: rgb(27,95,45); }
div.DivClassName
{
background-color: #1B5F2D;
}
.BgClassName
{
background-color: #1B5F2D;
}
</style>
border-color css
<style>
span { border-color: #1B5F2D; }
span { border-color: rgb(27,95,45); }
td.TdClassName
{
border-color: #1B5F2D;
}
.TagClassName
{
border-color: #1B5F2D;
}
</style>