Shades of Crusoe #1F5A2F
Tints of Crusoe #1F5A2F
RGB
CMYK
RGB Variations
Color information
#1F5A2F (or 0x1F5A2F) is known color: Crusoe. HEX triplet: 1F, 5A and 2F. RGB value is (31,90,47). Sum of RGB (Red+Green+Blue) = 31+90+47=168 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.45% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #1F5A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5A2F is #E0A5D0. Grayscale: #434343. Windows color (decimal): -14722513 or 3103263. OLE color: 3103263.
HSL color Cylindrical-coordinate representation of color #1F5A2F: hue angle of 136.27º 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 #1F5A2F is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 90 | 47 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.65 |
| HSL | 136.27º | 0.49% | 0.24% | - |
| HSV(B) | 136.27º | 0.66% | 0.35% | - |
| XYZ | 4.73 | 7.81 | 3.95 | - |
| YUV | 67.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 90 | 47 | 0.66 | 0 | 0.48 | 0.65 | 136.27 | 0.49 | 0.24 |
| Hex | 1F | 5A | 2F | 42 | 0 | 30 | 41 | 88 | 31 | 18 |
| Octal | 37 | 132 | 57 | 102 | 0 | 60 | 101 | 210 | 61 | 30 |
| Binary | 11111 | 1011010 | 101111 | 1000010 | 0 | 110000 | 1000001 | 10001000 | 110001 | 11000 |
Color Harmonies of #1F5A2F
Complementary color
Monochromatic Colors of #1F5A2F
Black with #1F5A2F
Text Example
Text Example
White with #1F5A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5A2F; }
p { color: rgb(31,90,47); }
H1.HeaderClassName
{
color: #1F5A2F;
}
.AnyTagClassName
{
color: #1F5A2F;
}
</style>
background-color css
<style>
a { background-color: #1F5A2F; }
a { background-color: rgb(31,90,47); }
div.DivClassName
{
background-color: #1F5A2F;
}
.BgClassName
{
background-color: #1F5A2F;
}
</style>
border-color css
<style>
span { border-color: #1F5A2F; }
span { border-color: rgb(31,90,47); }
td.TdClassName
{
border-color: #1F5A2F;
}
.TagClassName
{
border-color: #1F5A2F;
}
</style>