Shades of Fun Green #1D6641
Tints of Fun Green #1D6641
RGB
CMYK
RGB Variations
Color information
#1D6641 (or 0x1D6641) is known color: Fun Green. HEX triplet: 1D, 66 and 41. RGB value is (29,102,65). Sum of RGB (Red+Green+Blue) = 29+102+65=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 102 (40.23% from 255 or 52.04% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 102 - color contains mainly: green. Hex color #1D6641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6641 is #E299BE. Grayscale: #4C4C4C. Windows color (decimal): -14850495 or 4285981. OLE color: 4285981.
HSL color Cylindrical-coordinate representation of color #1D6641: hue angle of 149.59º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D6641 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 29 | 102 | 65 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.6 |
| HSL | 149.59º | 0.56% | 0.26% | - |
| HSV(B) | 149.59º | 0.72% | 0.4% | - |
| XYZ | 6.21 | 10.15 | 6.63 | - |
| YUV | 75.96 | 121.82 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 102 | 65 | 0.72 | 0 | 0.36 | 0.6 | 149.59 | 0.56 | 0.26 |
| Hex | 1D | 66 | 41 | 48 | 0 | 24 | 3C | 96 | 38 | 1A |
| Octal | 35 | 146 | 101 | 110 | 0 | 44 | 74 | 226 | 70 | 32 |
| Binary | 11101 | 1100110 | 1000001 | 1001000 | 0 | 100100 | 111100 | 10010110 | 111000 | 11010 |
Color Harmonies of #1D6641
Complementary color
Monochromatic Colors of #1D6641
Black with #1D6641
Text Example
Text Example
White with #1D6641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6641; }
p { color: rgb(29,102,65); }
H1.HeaderClassName
{
color: #1D6641;
}
.AnyTagClassName
{
color: #1D6641;
}
</style>
background-color css
<style>
a { background-color: #1D6641; }
a { background-color: rgb(29,102,65); }
div.DivClassName
{
background-color: #1D6641;
}
.BgClassName
{
background-color: #1D6641;
}
</style>
border-color css
<style>
span { border-color: #1D6641; }
span { border-color: rgb(29,102,65); }
td.TdClassName
{
border-color: #1D6641;
}
.TagClassName
{
border-color: #1D6641;
}
</style>