Shades of Crusoe #1B4F2A
Tints of Crusoe #1B4F2A
RGB
CMYK
RGB Variations
Color information
#1B4F2A (or 0x1B4F2A) is known color: Crusoe. HEX triplet: 1B, 4F and 2A. RGB value is (27,79,42). Sum of RGB (Red+Green+Blue) = 27+79+42=148 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.24% from 148); Green value is 79 (31.25% from 255 or 53.38% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 79 - color contains mainly: green. Hex color #1B4F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B4F2A is #E4B0D5. Grayscale: #3B3B3B. Windows color (decimal): -14987478 or 2772763. OLE color: 2772763.
HSL color Cylindrical-coordinate representation of color #1B4F2A: hue angle of 137.31º degrees, saturation: 0.49, 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 #1B4F2A is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 79 | 42 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.69 |
| HSL | 137.31º | 0.49% | 0.21% | - |
| HSV(B) | 137.31º | 0.66% | 0.31% | - |
| XYZ | 3.67 | 5.99 | 3.15 | - |
| YUV | 59.23 | 118.27 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 79 | 42 | 0.66 | 0 | 0.47 | 0.69 | 137.31 | 0.49 | 0.21 |
| Hex | 1B | 4F | 2A | 42 | 0 | 2F | 45 | 89 | 31 | 15 |
| Octal | 33 | 117 | 52 | 102 | 0 | 57 | 105 | 211 | 61 | 25 |
| Binary | 11011 | 1001111 | 101010 | 1000010 | 0 | 101111 | 1000101 | 10001001 | 110001 | 10101 |
Color Harmonies of #1B4F2A
Complementary color
Monochromatic Colors of #1B4F2A
Black with #1B4F2A
Text Example
Text Example
White with #1B4F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4F2A; }
p { color: rgb(27,79,42); }
H1.HeaderClassName
{
color: #1B4F2A;
}
.AnyTagClassName
{
color: #1B4F2A;
}
</style>
background-color css
<style>
a { background-color: #1B4F2A; }
a { background-color: rgb(27,79,42); }
div.DivClassName
{
background-color: #1B4F2A;
}
.BgClassName
{
background-color: #1B4F2A;
}
</style>
border-color css
<style>
span { border-color: #1B4F2A; }
span { border-color: rgb(27,79,42); }
td.TdClassName
{
border-color: #1B4F2A;
}
.TagClassName
{
border-color: #1B4F2A;
}
</style>