Shades of Fun Green #1D5B3D
Tints of Fun Green #1D5B3D
RGB
CMYK
RGB Variations
Color information
#1D5B3D (or 0x1D5B3D) is known color: Fun Green. HEX triplet: 1D, 5B and 3D. RGB value is (29,91,61). Sum of RGB (Red+Green+Blue) = 29+91+61=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 91 (35.94% from 255 or 50.28% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 91 - color contains mainly: green. Hex color #1D5B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5B3D is #E2A4C2. Grayscale: #454545. Windows color (decimal): -14853315 or 4021021. OLE color: 4021021.
HSL color Cylindrical-coordinate representation of color #1D5B3D: hue angle of 150.97º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D5B3D is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 91 | 61 | - |
| CMYK | 0.68 | 0 | 0.33 | 0.64 |
| HSL | 150.97º | 0.52% | 0.24% | - |
| HSV(B) | 150.97º | 0.68% | 0.36% | - |
| XYZ | 5.09 | 8.08 | 5.71 | - |
| YUV | 69.04 | 123.46 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 91 | 61 | 0.68 | 0 | 0.33 | 0.64 | 150.97 | 0.52 | 0.24 |
| Hex | 1D | 5B | 3D | 44 | 0 | 21 | 40 | 97 | 34 | 18 |
| Octal | 35 | 133 | 75 | 104 | 0 | 41 | 100 | 227 | 64 | 30 |
| Binary | 11101 | 1011011 | 111101 | 1000100 | 0 | 100001 | 1000000 | 10010111 | 110100 | 11000 |
Color Harmonies of #1D5B3D
Complementary color
Monochromatic Colors of #1D5B3D
Black with #1D5B3D
Text Example
Text Example
White with #1D5B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5B3D; }
p { color: rgb(29,91,61); }
H1.HeaderClassName
{
color: #1D5B3D;
}
.AnyTagClassName
{
color: #1D5B3D;
}
</style>
background-color css
<style>
a { background-color: #1D5B3D; }
a { background-color: rgb(29,91,61); }
div.DivClassName
{
background-color: #1D5B3D;
}
.BgClassName
{
background-color: #1D5B3D;
}
</style>
border-color css
<style>
span { border-color: #1D5B3D; }
span { border-color: rgb(29,91,61); }
td.TdClassName
{
border-color: #1D5B3D;
}
.TagClassName
{
border-color: #1D5B3D;
}
</style>