Shades of Crusoe #125C1E
Tints of Crusoe #125C1E
RGB
CMYK
RGB Variations
Color information
#125C1E (or 0x125C1E) is known color: Crusoe. HEX triplet: 12, 5C and 1E. RGB value is (18,92,30). Sum of RGB (Red+Green+Blue) = 18+92+30=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 92 (36.33% from 255 or 65.71% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 92 - color contains mainly: green. Hex color #125C1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125C1E is #EDA3E1. Grayscale: #3E3E3E. Windows color (decimal): -15573986 or 1989650. OLE color: 1989650.
HSL color Cylindrical-coordinate representation of color #125C1E: hue angle of 129.73º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125C1E is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 92 | 30 | - |
| CMYK | 0.80 | 0 | 0.67 | 0.64 |
| HSL | 129.73º | 0.67% | 0.22% | - |
| HSV(B) | 129.73º | 0.8% | 0.36% | - |
| XYZ | 4.31 | 7.88 | 2.52 | - |
| YUV | 62.81 | 109.48 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 30 | 0.80 | 0 | 0.67 | 0.64 | 129.73 | 0.67 | 0.22 |
| Hex | 12 | 5C | 1E | 50 | 0 | 43 | 40 | 82 | 43 | 16 |
| Octal | 22 | 134 | 36 | 120 | 0 | 103 | 100 | 202 | 103 | 26 |
| Binary | 10010 | 1011100 | 11110 | 1010000 | 0 | 1000011 | 1000000 | 10000010 | 1000011 | 10110 |
Color Harmonies of #125C1E
Complementary color
Monochromatic Colors of #125C1E
Black with #125C1E
Text Example
Text Example
White with #125C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C1E; }
p { color: rgb(18,92,30); }
H1.HeaderClassName
{
color: #125C1E;
}
.AnyTagClassName
{
color: #125C1E;
}
</style>
background-color css
<style>
a { background-color: #125C1E; }
a { background-color: rgb(18,92,30); }
div.DivClassName
{
background-color: #125C1E;
}
.BgClassName
{
background-color: #125C1E;
}
</style>
border-color css
<style>
span { border-color: #125C1E; }
span { border-color: rgb(18,92,30); }
td.TdClassName
{
border-color: #125C1E;
}
.TagClassName
{
border-color: #125C1E;
}
</style>