Shades of Crusoe #125A1F
Tints of Crusoe #125A1F
RGB
CMYK
RGB Variations
Color information
#125A1F (or 0x125A1F) is known color: Crusoe. HEX triplet: 12, 5A and 1F. RGB value is (18,90,31). Sum of RGB (Red+Green+Blue) = 18+90+31=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 90 (35.55% from 255 or 64.75% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 90 - color contains mainly: green. Hex color #125A1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A1F is #EDA5E0. Grayscale: #3D3D3D. Windows color (decimal): -15574497 or 2054674. OLE color: 2054674.
HSL color Cylindrical-coordinate representation of color #125A1F: hue angle of 130.83º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125A1F is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 90 | 31 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.65 |
| HSL | 130.83º | 0.67% | 0.21% | - |
| HSV(B) | 130.83º | 0.8% | 0.35% | - |
| XYZ | 4.15 | 7.54 | 2.53 | - |
| YUV | 61.75 | 110.65 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 31 | 0.80 | 0 | 0.66 | 0.65 | 130.83 | 0.67 | 0.21 |
| Hex | 12 | 5A | 1F | 50 | 0 | 42 | 41 | 83 | 43 | 15 |
| Octal | 22 | 132 | 37 | 120 | 0 | 102 | 101 | 203 | 103 | 25 |
| Binary | 10010 | 1011010 | 11111 | 1010000 | 0 | 1000010 | 1000001 | 10000011 | 1000011 | 10101 |
Color Harmonies of #125A1F
Complementary color
Monochromatic Colors of #125A1F
Black with #125A1F
Text Example
Text Example
White with #125A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A1F; }
p { color: rgb(18,90,31); }
H1.HeaderClassName
{
color: #125A1F;
}
.AnyTagClassName
{
color: #125A1F;
}
</style>
background-color css
<style>
a { background-color: #125A1F; }
a { background-color: rgb(18,90,31); }
div.DivClassName
{
background-color: #125A1F;
}
.BgClassName
{
background-color: #125A1F;
}
</style>
border-color css
<style>
span { border-color: #125A1F; }
span { border-color: rgb(18,90,31); }
td.TdClassName
{
border-color: #125A1F;
}
.TagClassName
{
border-color: #125A1F;
}
</style>