Shades of Fun Green #1D5F3D
Tints of Fun Green #1D5F3D
RGB
CMYK
RGB Variations
Color information
#1D5F3D (or 0x1D5F3D) is known color: Fun Green. HEX triplet: 1D, 5F and 3D. RGB value is (29,95,61). Sum of RGB (Red+Green+Blue) = 29+95+61=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 95 (37.5% from 255 or 51.35% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 95 - color contains mainly: green. Hex color #1D5F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5F3D is #E2A0C2. Grayscale: #474747. Windows color (decimal): -14852291 or 4022045. OLE color: 4022045.
HSL color Cylindrical-coordinate representation of color #1D5F3D: hue angle of 149.09º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D5F3D is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 95 | 61 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.63 |
| HSL | 149.09º | 0.53% | 0.24% | - |
| HSV(B) | 149.09º | 0.69% | 0.37% | - |
| XYZ | 5.44 | 8.78 | 5.82 | - |
| YUV | 71.39 | 122.13 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 95 | 61 | 0.69 | 0 | 0.36 | 0.63 | 149.09 | 0.53 | 0.24 |
| Hex | 1D | 5F | 3D | 45 | 0 | 24 | 3F | 95 | 35 | 18 |
| Octal | 35 | 137 | 75 | 105 | 0 | 44 | 77 | 225 | 65 | 30 |
| Binary | 11101 | 1011111 | 111101 | 1000101 | 0 | 100100 | 111111 | 10010101 | 110101 | 11000 |
Color Harmonies of #1D5F3D
Complementary color
Monochromatic Colors of #1D5F3D
Black with #1D5F3D
Text Example
Text Example
White with #1D5F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5F3D; }
p { color: rgb(29,95,61); }
H1.HeaderClassName
{
color: #1D5F3D;
}
.AnyTagClassName
{
color: #1D5F3D;
}
</style>
background-color css
<style>
a { background-color: #1D5F3D; }
a { background-color: rgb(29,95,61); }
div.DivClassName
{
background-color: #1D5F3D;
}
.BgClassName
{
background-color: #1D5F3D;
}
</style>
border-color css
<style>
span { border-color: #1D5F3D; }
span { border-color: rgb(29,95,61); }
td.TdClassName
{
border-color: #1D5F3D;
}
.TagClassName
{
border-color: #1D5F3D;
}
</style>