Shades of Fun Green #1D6144
Tints of Fun Green #1D6144
RGB
CMYK
RGB Variations
Color information
#1D6144 (or 0x1D6144) is known color: Fun Green. HEX triplet: 1D, 61 and 44. RGB value is (29,97,68). Sum of RGB (Red+Green+Blue) = 29+97+68=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #1D6144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6144 is #E29EBB. Grayscale: #494949. Windows color (decimal): -14851772 or 4481309. OLE color: 4481309.
HSL color Cylindrical-coordinate representation of color #1D6144: hue angle of 154.41º 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 #1D6144 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 97 | 68 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.62 |
| HSL | 154.41º | 0.54% | 0.25% | - |
| HSV(B) | 154.41º | 0.7% | 0.38% | - |
| XYZ | 5.82 | 9.23 | 6.94 | - |
| YUV | 73.36 | 124.97 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 97 | 68 | 0.70 | 0 | 0.30 | 0.62 | 154.41 | 0.54 | 0.25 |
| Hex | 1D | 61 | 44 | 46 | 0 | 1E | 3E | 9A | 36 | 19 |
| Octal | 35 | 141 | 104 | 106 | 0 | 36 | 76 | 232 | 66 | 31 |
| Binary | 11101 | 1100001 | 1000100 | 1000110 | 0 | 11110 | 111110 | 10011010 | 110110 | 11001 |
Color Harmonies of #1D6144
Complementary color
Monochromatic Colors of #1D6144
Black with #1D6144
Text Example
Text Example
White with #1D6144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6144; }
p { color: rgb(29,97,68); }
H1.HeaderClassName
{
color: #1D6144;
}
.AnyTagClassName
{
color: #1D6144;
}
</style>
background-color css
<style>
a { background-color: #1D6144; }
a { background-color: rgb(29,97,68); }
div.DivClassName
{
background-color: #1D6144;
}
.BgClassName
{
background-color: #1D6144;
}
</style>
border-color css
<style>
span { border-color: #1D6144; }
span { border-color: rgb(29,97,68); }
td.TdClassName
{
border-color: #1D6144;
}
.TagClassName
{
border-color: #1D6144;
}
</style>