Shades of Fun Green #1A5C41
Tints of Fun Green #1A5C41
RGB
CMYK
RGB Variations
Color information
#1A5C41 (or 0x1A5C41) is known color: Fun Green. HEX triplet: 1A, 5C and 41. RGB value is (26,92,65). Sum of RGB (Red+Green+Blue) = 26+92+65=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 92 (36.33% from 255 or 50.27% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 92 - color contains mainly: green. Hex color #1A5C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5C41 is #E5A3BE. Grayscale: #454545. Windows color (decimal): -15049663 or 4283418. OLE color: 4283418.
HSL color Cylindrical-coordinate representation of color #1A5C41: hue angle of 155.45º 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 #1A5C41 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 92 | 65 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.64 |
| HSL | 155.45º | 0.56% | 0.23% | - |
| HSV(B) | 155.45º | 0.72% | 0.36% | - |
| XYZ | 5.21 | 8.26 | 6.32 | - |
| YUV | 69.19 | 125.63 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 92 | 65 | 0.72 | 0 | 0.29 | 0.64 | 155.45 | 0.56 | 0.23 |
| Hex | 1A | 5C | 41 | 48 | 0 | 1D | 40 | 9B | 38 | 17 |
| Octal | 32 | 134 | 101 | 110 | 0 | 35 | 100 | 233 | 70 | 27 |
| Binary | 11010 | 1011100 | 1000001 | 1001000 | 0 | 11101 | 1000000 | 10011011 | 111000 | 10111 |
Color Harmonies of #1A5C41
Complementary color
Monochromatic Colors of #1A5C41
Black with #1A5C41
Text Example
Text Example
White with #1A5C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5C41; }
p { color: rgb(26,92,65); }
H1.HeaderClassName
{
color: #1A5C41;
}
.AnyTagClassName
{
color: #1A5C41;
}
</style>
background-color css
<style>
a { background-color: #1A5C41; }
a { background-color: rgb(26,92,65); }
div.DivClassName
{
background-color: #1A5C41;
}
.BgClassName
{
background-color: #1A5C41;
}
</style>
border-color css
<style>
span { border-color: #1A5C41; }
span { border-color: rgb(26,92,65); }
td.TdClassName
{
border-color: #1A5C41;
}
.TagClassName
{
border-color: #1A5C41;
}
</style>