Shades of Crusoe #1A5E25
Tints of Crusoe #1A5E25
RGB
CMYK
RGB Variations
Color information
#1A5E25 (or 0x1A5E25) is known color: Crusoe. HEX triplet: 1A, 5E and 25. RGB value is (26,94,37). Sum of RGB (Red+Green+Blue) = 26+94+37=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 94 (37.11% from 255 or 59.87% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 94 - color contains mainly: green. Hex color #1A5E25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5E25 is #E5A1DA. Grayscale: #434343. Windows color (decimal): -15049179 or 2448922. OLE color: 2448922.
HSL color Cylindrical-coordinate representation of color #1A5E25: hue angle of 129.71º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A5E25 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 94 | 37 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.63 |
| HSL | 129.71º | 0.57% | 0.24% | - |
| HSV(B) | 129.71º | 0.72% | 0.37% | - |
| XYZ | 4.76 | 8.36 | 3.11 | - |
| YUV | 67.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 94 | 37 | 0.72 | 0 | 0.61 | 0.63 | 129.71 | 0.57 | 0.24 |
| Hex | 1A | 5E | 25 | 48 | 0 | 3D | 3F | 82 | 39 | 18 |
| Octal | 32 | 136 | 45 | 110 | 0 | 75 | 77 | 202 | 71 | 30 |
| Binary | 11010 | 1011110 | 100101 | 1001000 | 0 | 111101 | 111111 | 10000010 | 111001 | 11000 |
Color Harmonies of #1A5E25
Complementary color
Monochromatic Colors of #1A5E25
Black with #1A5E25
Text Example
Text Example
White with #1A5E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5E25; }
p { color: rgb(26,94,37); }
H1.HeaderClassName
{
color: #1A5E25;
}
.AnyTagClassName
{
color: #1A5E25;
}
</style>
background-color css
<style>
a { background-color: #1A5E25; }
a { background-color: rgb(26,94,37); }
div.DivClassName
{
background-color: #1A5E25;
}
.BgClassName
{
background-color: #1A5E25;
}
</style>
border-color css
<style>
span { border-color: #1A5E25; }
span { border-color: rgb(26,94,37); }
td.TdClassName
{
border-color: #1A5E25;
}
.TagClassName
{
border-color: #1A5E25;
}
</style>