Shades of Japanese Laurel #1D7F31
Tints of Japanese Laurel #1D7F31
RGB
CMYK
RGB Variations
Color information
#1D7F31 (or 0x1D7F31) is known color: Japanese Laurel. HEX triplet: 1D, 7F and 31. RGB value is (29,127,49). Sum of RGB (Red+Green+Blue) = 29+127+49=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 127 (50% from 255 or 61.95% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 127 - color contains mainly: green. Hex color #1D7F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7F31 is #E280CE. Grayscale: #595959. Windows color (decimal): -14844111 or 3243805. OLE color: 3243805.
HSL color Cylindrical-coordinate representation of color #1D7F31: hue angle of 132.24º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7F31 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 127 | 49 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.50 |
| HSL | 132.24º | 0.63% | 0.31% | - |
| HSV(B) | 132.24º | 0.77% | 0.5% | - |
| XYZ | 8.65 | 15.66 | 5.47 | - |
| YUV | 88.81 | 105.53 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 127 | 49 | 0.77 | 0 | 0.61 | 0.50 | 132.24 | 0.63 | 0.31 |
| Hex | 1D | 7F | 31 | 4D | 0 | 3D | 32 | 84 | 3F | 1F |
| Octal | 35 | 177 | 61 | 115 | 0 | 75 | 62 | 204 | 77 | 37 |
| Binary | 11101 | 1111111 | 110001 | 1001101 | 0 | 111101 | 110010 | 10000100 | 111111 | 11111 |
Color Harmonies of #1D7F31
Complementary color
Monochromatic Colors of #1D7F31
Black with #1D7F31
Text Example
Text Example
White with #1D7F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7F31; }
p { color: rgb(29,127,49); }
H1.HeaderClassName
{
color: #1D7F31;
}
.AnyTagClassName
{
color: #1D7F31;
}
</style>
background-color css
<style>
a { background-color: #1D7F31; }
a { background-color: rgb(29,127,49); }
div.DivClassName
{
background-color: #1D7F31;
}
.BgClassName
{
background-color: #1D7F31;
}
</style>
border-color css
<style>
span { border-color: #1D7F31; }
span { border-color: rgb(29,127,49); }
td.TdClassName
{
border-color: #1D7F31;
}
.TagClassName
{
border-color: #1D7F31;
}
</style>