Shades of Fun Green #1A5D40
Tints of Fun Green #1A5D40
RGB
CMYK
RGB Variations
Color information
#1A5D40 (or 0x1A5D40) is known color: Fun Green. HEX triplet: 1A, 5D and 40. RGB value is (26,93,64). Sum of RGB (Red+Green+Blue) = 26+93+64=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 93 (36.72% from 255 or 50.82% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 93 - color contains mainly: green. Hex color #1A5D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5D40 is #E5A2BF. Grayscale: #454545. Windows color (decimal): -15049408 or 4218138. OLE color: 4218138.
HSL color Cylindrical-coordinate representation of color #1A5D40: hue angle of 154.03º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A5D40 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 93 | 64 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.64 |
| HSL | 154.03º | 0.56% | 0.23% | - |
| HSV(B) | 154.03º | 0.72% | 0.36% | - |
| XYZ | 5.27 | 8.42 | 6.2 | - |
| YUV | 69.66 | 124.8 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 93 | 64 | 0.72 | 0 | 0.31 | 0.64 | 154.03 | 0.56 | 0.23 |
| Hex | 1A | 5D | 40 | 48 | 0 | 1F | 40 | 9A | 38 | 17 |
| Octal | 32 | 135 | 100 | 110 | 0 | 37 | 100 | 232 | 70 | 27 |
| Binary | 11010 | 1011101 | 1000000 | 1001000 | 0 | 11111 | 1000000 | 10011010 | 111000 | 10111 |
Color Harmonies of #1A5D40
Complementary color
Monochromatic Colors of #1A5D40
Black with #1A5D40
Text Example
Text Example
White with #1A5D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5D40; }
p { color: rgb(26,93,64); }
H1.HeaderClassName
{
color: #1A5D40;
}
.AnyTagClassName
{
color: #1A5D40;
}
</style>
background-color css
<style>
a { background-color: #1A5D40; }
a { background-color: rgb(26,93,64); }
div.DivClassName
{
background-color: #1A5D40;
}
.BgClassName
{
background-color: #1A5D40;
}
</style>
border-color css
<style>
span { border-color: #1A5D40; }
span { border-color: rgb(26,93,64); }
td.TdClassName
{
border-color: #1A5D40;
}
.TagClassName
{
border-color: #1A5D40;
}
</style>