Shades of Crusoe #125A30
Tints of Crusoe #125A30
RGB
CMYK
RGB Variations
Color information
#125A30 (or 0x125A30) is known color: Crusoe. HEX triplet: 12, 5A and 30. RGB value is (18,90,48). Sum of RGB (Red+Green+Blue) = 18+90+48=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 90 (35.55% from 255 or 57.69% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 90 - color contains mainly: green. Hex color #125A30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A30 is #EDA5CF. Grayscale: #3F3F3F. Windows color (decimal): -15574480 or 3168786. OLE color: 3168786.
HSL color Cylindrical-coordinate representation of color #125A30: hue angle of 145º 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 #125A30 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 90 | 48 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.65 |
| HSL | 145º | 0.67% | 0.21% | - |
| HSV(B) | 145º | 0.8% | 0.35% | - |
| XYZ | 4.44 | 7.65 | 4.04 | - |
| YUV | 63.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 48 | 0.80 | 0 | 0.47 | 0.65 | 145 | 0.67 | 0.21 |
| Hex | 12 | 5A | 30 | 50 | 0 | 2F | 41 | 91 | 43 | 15 |
| Octal | 22 | 132 | 60 | 120 | 0 | 57 | 101 | 221 | 103 | 25 |
| Binary | 10010 | 1011010 | 110000 | 1010000 | 0 | 101111 | 1000001 | 10010001 | 1000011 | 10101 |
Color Harmonies of #125A30
Complementary color
Monochromatic Colors of #125A30
Black with #125A30
Text Example
Text Example
White with #125A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A30; }
p { color: rgb(18,90,48); }
H1.HeaderClassName
{
color: #125A30;
}
.AnyTagClassName
{
color: #125A30;
}
</style>
background-color css
<style>
a { background-color: #125A30; }
a { background-color: rgb(18,90,48); }
div.DivClassName
{
background-color: #125A30;
}
.BgClassName
{
background-color: #125A30;
}
</style>
border-color css
<style>
span { border-color: #125A30; }
span { border-color: rgb(18,90,48); }
td.TdClassName
{
border-color: #125A30;
}
.TagClassName
{
border-color: #125A30;
}
</style>