Shades of Crusoe #1F5A2C
Tints of Crusoe #1F5A2C
RGB
CMYK
RGB Variations
Color information
#1F5A2C (or 0x1F5A2C) is known color: Crusoe. HEX triplet: 1F, 5A and 2C. RGB value is (31,90,44). Sum of RGB (Red+Green+Blue) = 31+90+44=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #1F5A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5A2C is #E0A5D3. Grayscale: #434343. Windows color (decimal): -14722516 or 2906655. OLE color: 2906655.
HSL color Cylindrical-coordinate representation of color #1F5A2C: hue angle of 133.22º 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 #1F5A2C is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 90 | 44 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.65 |
| HSL | 133.22º | 0.49% | 0.24% | - |
| HSV(B) | 133.22º | 0.66% | 0.35% | - |
| XYZ | 4.68 | 7.79 | 3.64 | - |
| YUV | 67.12 | 114.95 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 90 | 44 | 0.66 | 0 | 0.51 | 0.65 | 133.22 | 0.49 | 0.24 |
| Hex | 1F | 5A | 2C | 42 | 0 | 33 | 41 | 85 | 31 | 18 |
| Octal | 37 | 132 | 54 | 102 | 0 | 63 | 101 | 205 | 61 | 30 |
| Binary | 11111 | 1011010 | 101100 | 1000010 | 0 | 110011 | 1000001 | 10000101 | 110001 | 11000 |
Color Harmonies of #1F5A2C
Complementary color
Monochromatic Colors of #1F5A2C
Black with #1F5A2C
Text Example
Text Example
White with #1F5A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5A2C; }
p { color: rgb(31,90,44); }
H1.HeaderClassName
{
color: #1F5A2C;
}
.AnyTagClassName
{
color: #1F5A2C;
}
</style>
background-color css
<style>
a { background-color: #1F5A2C; }
a { background-color: rgb(31,90,44); }
div.DivClassName
{
background-color: #1F5A2C;
}
.BgClassName
{
background-color: #1F5A2C;
}
</style>
border-color css
<style>
span { border-color: #1F5A2C; }
span { border-color: rgb(31,90,44); }
td.TdClassName
{
border-color: #1F5A2C;
}
.TagClassName
{
border-color: #1F5A2C;
}
</style>