Shades of Crusoe #125D1F
Tints of Crusoe #125D1F
RGB
CMYK
RGB Variations
Color information
#125D1F (or 0x125D1F) is known color: Crusoe. HEX triplet: 12, 5D and 1F. RGB value is (18,93,31). Sum of RGB (Red+Green+Blue) = 18+93+31=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 93 (36.72% from 255 or 65.49% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 93 - color contains mainly: green. Hex color #125D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125D1F is #EDA2E0. Grayscale: #3F3F3F. Windows color (decimal): -15573729 or 2055442. OLE color: 2055442.
HSL color Cylindrical-coordinate representation of color #125D1F: hue angle of 130.4º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125D1F is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 93 | 31 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.64 |
| HSL | 130.4º | 0.68% | 0.22% | - |
| HSV(B) | 130.4º | 0.81% | 0.36% | - |
| XYZ | 4.41 | 8.06 | 2.62 | - |
| YUV | 63.51 | 109.65 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 31 | 0.81 | 0 | 0.67 | 0.64 | 130.4 | 0.68 | 0.22 |
| Hex | 12 | 5D | 1F | 51 | 0 | 43 | 40 | 82 | 44 | 16 |
| Octal | 22 | 135 | 37 | 121 | 0 | 103 | 100 | 202 | 104 | 26 |
| Binary | 10010 | 1011101 | 11111 | 1010001 | 0 | 1000011 | 1000000 | 10000010 | 1000100 | 10110 |
Color Harmonies of #125D1F
Complementary color
Monochromatic Colors of #125D1F
Black with #125D1F
Text Example
Text Example
White with #125D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125D1F; }
p { color: rgb(18,93,31); }
H1.HeaderClassName
{
color: #125D1F;
}
.AnyTagClassName
{
color: #125D1F;
}
</style>
background-color css
<style>
a { background-color: #125D1F; }
a { background-color: rgb(18,93,31); }
div.DivClassName
{
background-color: #125D1F;
}
.BgClassName
{
background-color: #125D1F;
}
</style>
border-color css
<style>
span { border-color: #125D1F; }
span { border-color: rgb(18,93,31); }
td.TdClassName
{
border-color: #125D1F;
}
.TagClassName
{
border-color: #125D1F;
}
</style>