Shades of Crusoe #1F5A2A
Tints of Crusoe #1F5A2A
RGB
CMYK
RGB Variations
Color information
#1F5A2A (or 0x1F5A2A) is known color: Crusoe. HEX triplet: 1F, 5A and 2A. RGB value is (31,90,42). Sum of RGB (Red+Green+Blue) = 31+90+42=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #1F5A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5A2A is #E0A5D5. Grayscale: #434343. Windows color (decimal): -14722518 or 2775583. OLE color: 2775583.
HSL color Cylindrical-coordinate representation of color #1F5A2A: hue angle of 131.19º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5A2A is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 90 | 42 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.65 |
| HSL | 131.19º | 0.49% | 0.24% | - |
| HSV(B) | 131.19º | 0.66% | 0.35% | - |
| XYZ | 4.64 | 7.77 | 3.45 | - |
| YUV | 66.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 90 | 42 | 0.66 | 0 | 0.53 | 0.65 | 131.19 | 0.49 | 0.24 |
| Hex | 1F | 5A | 2A | 42 | 0 | 35 | 41 | 83 | 31 | 18 |
| Octal | 37 | 132 | 52 | 102 | 0 | 65 | 101 | 203 | 61 | 30 |
| Binary | 11111 | 1011010 | 101010 | 1000010 | 0 | 110101 | 1000001 | 10000011 | 110001 | 11000 |
Color Harmonies of #1F5A2A
Complementary color
Monochromatic Colors of #1F5A2A
Black with #1F5A2A
Text Example
Text Example
White with #1F5A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5A2A; }
p { color: rgb(31,90,42); }
H1.HeaderClassName
{
color: #1F5A2A;
}
.AnyTagClassName
{
color: #1F5A2A;
}
</style>
background-color css
<style>
a { background-color: #1F5A2A; }
a { background-color: rgb(31,90,42); }
div.DivClassName
{
background-color: #1F5A2A;
}
.BgClassName
{
background-color: #1F5A2A;
}
</style>
border-color css
<style>
span { border-color: #1F5A2A; }
span { border-color: rgb(31,90,42); }
td.TdClassName
{
border-color: #1F5A2A;
}
.TagClassName
{
border-color: #1F5A2A;
}
</style>