Shades of Fun Green #1D6142
Tints of Fun Green #1D6142
RGB
CMYK
RGB Variations
Color information
#1D6142 (or 0x1D6142) is known color: Fun Green. HEX triplet: 1D, 61 and 42. RGB value is (29,97,66). Sum of RGB (Red+Green+Blue) = 29+97+66=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #1D6142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6142 is #E29EBD. Grayscale: #494949. Windows color (decimal): -14851774 or 4350237. OLE color: 4350237.
HSL color Cylindrical-coordinate representation of color #1D6142: hue angle of 152.65º 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 #1D6142 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 97 | 66 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.62 |
| HSL | 152.65º | 0.54% | 0.25% | - |
| HSV(B) | 152.65º | 0.7% | 0.38% | - |
| XYZ | 5.76 | 9.2 | 6.63 | - |
| YUV | 73.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 97 | 66 | 0.70 | 0 | 0.32 | 0.62 | 152.65 | 0.54 | 0.25 |
| Hex | 1D | 61 | 42 | 46 | 0 | 20 | 3E | 99 | 36 | 19 |
| Octal | 35 | 141 | 102 | 106 | 0 | 40 | 76 | 231 | 66 | 31 |
| Binary | 11101 | 1100001 | 1000010 | 1000110 | 0 | 100000 | 111110 | 10011001 | 110110 | 11001 |
Color Harmonies of #1D6142
Complementary color
Monochromatic Colors of #1D6142
Black with #1D6142
Text Example
Text Example
White with #1D6142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6142; }
p { color: rgb(29,97,66); }
H1.HeaderClassName
{
color: #1D6142;
}
.AnyTagClassName
{
color: #1D6142;
}
</style>
background-color css
<style>
a { background-color: #1D6142; }
a { background-color: rgb(29,97,66); }
div.DivClassName
{
background-color: #1D6142;
}
.BgClassName
{
background-color: #1D6142;
}
</style>
border-color css
<style>
span { border-color: #1D6142; }
span { border-color: rgb(29,97,66); }
td.TdClassName
{
border-color: #1D6142;
}
.TagClassName
{
border-color: #1D6142;
}
</style>