Shades of Fun Green #1D6542
Tints of Fun Green #1D6542
RGB
CMYK
RGB Variations
Color information
#1D6542 (or 0x1D6542) is known color: Fun Green. HEX triplet: 1D, 65 and 42. RGB value is (29,101,66). Sum of RGB (Red+Green+Blue) = 29+101+66=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #1D6542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6542 is #E29ABD. Grayscale: #4B4B4B. Windows color (decimal): -14850750 or 4351261. OLE color: 4351261.
HSL color Cylindrical-coordinate representation of color #1D6542: hue angle of 150.83º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D6542 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 101 | 66 | - |
| CMYK | 0.71 | 0 | 0.35 | 0.60 |
| HSL | 150.83º | 0.55% | 0.25% | - |
| HSV(B) | 150.83º | 0.71% | 0.4% | - |
| XYZ | 6.14 | 9.96 | 6.75 | - |
| YUV | 75.48 | 122.65 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 101 | 66 | 0.71 | 0 | 0.35 | 0.60 | 150.83 | 0.55 | 0.25 |
| Hex | 1D | 65 | 42 | 47 | 0 | 23 | 3C | 97 | 37 | 19 |
| Octal | 35 | 145 | 102 | 107 | 0 | 43 | 74 | 227 | 67 | 31 |
| Binary | 11101 | 1100101 | 1000010 | 1000111 | 0 | 100011 | 111100 | 10010111 | 110111 | 11001 |
Color Harmonies of #1D6542
Complementary color
Monochromatic Colors of #1D6542
Black with #1D6542
Text Example
Text Example
White with #1D6542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6542; }
p { color: rgb(29,101,66); }
H1.HeaderClassName
{
color: #1D6542;
}
.AnyTagClassName
{
color: #1D6542;
}
</style>
background-color css
<style>
a { background-color: #1D6542; }
a { background-color: rgb(29,101,66); }
div.DivClassName
{
background-color: #1D6542;
}
.BgClassName
{
background-color: #1D6542;
}
</style>
border-color css
<style>
span { border-color: #1D6542; }
span { border-color: rgb(29,101,66); }
td.TdClassName
{
border-color: #1D6542;
}
.TagClassName
{
border-color: #1D6542;
}
</style>