Shades of Fun Green #1D6140
Tints of Fun Green #1D6140
RGB
CMYK
RGB Variations
Color information
#1D6140 (or 0x1D6140) is known color: Fun Green. HEX triplet: 1D, 61 and 40. RGB value is (29,97,64). Sum of RGB (Red+Green+Blue) = 29+97+64=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #1D6140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6140 is #E29EBF. Grayscale: #484848. Windows color (decimal): -14851776 or 4219165. OLE color: 4219165.
HSL color Cylindrical-coordinate representation of color #1D6140: hue angle of 150.88º 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 #1D6140 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 97 | 64 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.62 |
| HSL | 150.88º | 0.54% | 0.25% | - |
| HSV(B) | 150.88º | 0.7% | 0.38% | - |
| XYZ | 5.71 | 9.18 | 6.32 | - |
| YUV | 72.91 | 122.97 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 97 | 64 | 0.70 | 0 | 0.34 | 0.62 | 150.88 | 0.54 | 0.25 |
| Hex | 1D | 61 | 40 | 46 | 0 | 22 | 3E | 97 | 36 | 19 |
| Octal | 35 | 141 | 100 | 106 | 0 | 42 | 76 | 227 | 66 | 31 |
| Binary | 11101 | 1100001 | 1000000 | 1000110 | 0 | 100010 | 111110 | 10010111 | 110110 | 11001 |
Color Harmonies of #1D6140
Complementary color
Monochromatic Colors of #1D6140
Black with #1D6140
Text Example
Text Example
White with #1D6140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6140; }
p { color: rgb(29,97,64); }
H1.HeaderClassName
{
color: #1D6140;
}
.AnyTagClassName
{
color: #1D6140;
}
</style>
background-color css
<style>
a { background-color: #1D6140; }
a { background-color: rgb(29,97,64); }
div.DivClassName
{
background-color: #1D6140;
}
.BgClassName
{
background-color: #1D6140;
}
</style>
border-color css
<style>
span { border-color: #1D6140; }
span { border-color: rgb(29,97,64); }
td.TdClassName
{
border-color: #1D6140;
}
.TagClassName
{
border-color: #1D6140;
}
</style>