Shades of Fun Green #1D6242
Tints of Fun Green #1D6242
RGB
CMYK
RGB Variations
Color information
#1D6242 (or 0x1D6242) is known color: Fun Green. HEX triplet: 1D, 62 and 42. RGB value is (29,98,66). Sum of RGB (Red+Green+Blue) = 29+98+66=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #1D6242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6242 is #E29DBD. Grayscale: #494949. Windows color (decimal): -14851518 or 4350493. OLE color: 4350493.
HSL color Cylindrical-coordinate representation of color #1D6242: hue angle of 152.17º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D6242 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 98 | 66 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.62 |
| HSL | 152.17º | 0.54% | 0.25% | - |
| HSV(B) | 152.17º | 0.7% | 0.38% | - |
| XYZ | 5.86 | 9.39 | 6.66 | - |
| YUV | 73.72 | 123.64 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 98 | 66 | 0.70 | 0 | 0.33 | 0.62 | 152.17 | 0.54 | 0.25 |
| Hex | 1D | 62 | 42 | 46 | 0 | 21 | 3E | 98 | 36 | 19 |
| Octal | 35 | 142 | 102 | 106 | 0 | 41 | 76 | 230 | 66 | 31 |
| Binary | 11101 | 1100010 | 1000010 | 1000110 | 0 | 100001 | 111110 | 10011000 | 110110 | 11001 |
Color Harmonies of #1D6242
Complementary color
Monochromatic Colors of #1D6242
Black with #1D6242
Text Example
Text Example
White with #1D6242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6242; }
p { color: rgb(29,98,66); }
H1.HeaderClassName
{
color: #1D6242;
}
.AnyTagClassName
{
color: #1D6242;
}
</style>
background-color css
<style>
a { background-color: #1D6242; }
a { background-color: rgb(29,98,66); }
div.DivClassName
{
background-color: #1D6242;
}
.BgClassName
{
background-color: #1D6242;
}
</style>
border-color css
<style>
span { border-color: #1D6242; }
span { border-color: rgb(29,98,66); }
td.TdClassName
{
border-color: #1D6242;
}
.TagClassName
{
border-color: #1D6242;
}
</style>