Shades of Fun Green #1A6042
Tints of Fun Green #1A6042
RGB
CMYK
RGB Variations
Color information
#1A6042 (or 0x1A6042) is known color: Fun Green. HEX triplet: 1A, 60 and 42. RGB value is (26,96,66). Sum of RGB (Red+Green+Blue) = 26+96+66=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #1A6042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6042 is #E59FBD. Grayscale: #474747. Windows color (decimal): -15048638 or 4349978. OLE color: 4349978.
HSL color Cylindrical-coordinate representation of color #1A6042: hue angle of 154.29º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A6042 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 96 | 66 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.62 |
| HSL | 154.29º | 0.57% | 0.24% | - |
| HSV(B) | 154.29º | 0.73% | 0.38% | - |
| XYZ | 5.59 | 8.98 | 6.59 | - |
| YUV | 71.65 | 124.81 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 96 | 66 | 0.73 | 0 | 0.31 | 0.62 | 154.29 | 0.57 | 0.24 |
| Hex | 1A | 60 | 42 | 49 | 0 | 1F | 3E | 9A | 39 | 18 |
| Octal | 32 | 140 | 102 | 111 | 0 | 37 | 76 | 232 | 71 | 30 |
| Binary | 11010 | 1100000 | 1000010 | 1001001 | 0 | 11111 | 111110 | 10011010 | 111001 | 11000 |
Color Harmonies of #1A6042
Complementary color
Monochromatic Colors of #1A6042
Black with #1A6042
Text Example
Text Example
White with #1A6042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6042; }
p { color: rgb(26,96,66); }
H1.HeaderClassName
{
color: #1A6042;
}
.AnyTagClassName
{
color: #1A6042;
}
</style>
background-color css
<style>
a { background-color: #1A6042; }
a { background-color: rgb(26,96,66); }
div.DivClassName
{
background-color: #1A6042;
}
.BgClassName
{
background-color: #1A6042;
}
</style>
border-color css
<style>
span { border-color: #1A6042; }
span { border-color: rgb(26,96,66); }
td.TdClassName
{
border-color: #1A6042;
}
.TagClassName
{
border-color: #1A6042;
}
</style>