Shades of Fun Green #1D5842
Tints of Fun Green #1D5842
RGB
CMYK
RGB Variations
Color information
#1D5842 (or 0x1D5842) is known color: Fun Green. HEX triplet: 1D, 58 and 42. RGB value is (29,88,66). Sum of RGB (Red+Green+Blue) = 29+88+66=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #1D5842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5842 is #E2A7BD. Grayscale: #434343. Windows color (decimal): -14854078 or 4347933. OLE color: 4347933.
HSL color Cylindrical-coordinate representation of color #1D5842: hue angle of 157.63º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D5842 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 88 | 66 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.65 |
| HSL | 157.63º | 0.5% | 0.23% | - |
| HSV(B) | 157.63º | 0.67% | 0.35% | - |
| XYZ | 4.98 | 7.63 | 6.37 | - |
| YUV | 67.85 | 126.95 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 88 | 66 | 0.67 | 0 | 0.25 | 0.65 | 157.63 | 0.5 | 0.23 |
| Hex | 1D | 58 | 42 | 43 | 0 | 19 | 41 | 9E | 32 | 17 |
| Octal | 35 | 130 | 102 | 103 | 0 | 31 | 101 | 236 | 62 | 27 |
| Binary | 11101 | 1011000 | 1000010 | 1000011 | 0 | 11001 | 1000001 | 10011110 | 110010 | 10111 |
Color Harmonies of #1D5842
Complementary color
Monochromatic Colors of #1D5842
Black with #1D5842
Text Example
Text Example
White with #1D5842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5842; }
p { color: rgb(29,88,66); }
H1.HeaderClassName
{
color: #1D5842;
}
.AnyTagClassName
{
color: #1D5842;
}
</style>
background-color css
<style>
a { background-color: #1D5842; }
a { background-color: rgb(29,88,66); }
div.DivClassName
{
background-color: #1D5842;
}
.BgClassName
{
background-color: #1D5842;
}
</style>
border-color css
<style>
span { border-color: #1D5842; }
span { border-color: rgb(29,88,66); }
td.TdClassName
{
border-color: #1D5842;
}
.TagClassName
{
border-color: #1D5842;
}
</style>