Shades of Japanese Laurel #31872F
Tints of Japanese Laurel #31872F
RGB
CMYK
RGB Variations
Color information
#31872F (or 0x31872F) is known color: Japanese Laurel. HEX triplet: 31, 87 and 2F. RGB value is (49,135,47). Sum of RGB (Red+Green+Blue) = 49+135+47=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 135 (53.12% from 255 or 58.44% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 135 - color contains mainly: green. Hex color #31872F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31872F is #CE78D0. Grayscale: #636363. Windows color (decimal): -13531345 or 3114801. OLE color: 3114801.
HSL color Cylindrical-coordinate representation of color #31872F: hue angle of 118.64º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31872F is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 135 | 47 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.47 |
| HSL | 118.64º | 0.48% | 0.36% | - |
| HSV(B) | 118.64º | 0.65% | 0.53% | - |
| XYZ | 10.44 | 18.19 | 5.65 | - |
| YUV | 99.25 | 98.51 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 135 | 47 | 0.64 | 0 | 0.65 | 0.47 | 118.64 | 0.48 | 0.36 |
| Hex | 31 | 87 | 2F | 40 | 0 | 41 | 2F | 77 | 30 | 24 |
| Octal | 61 | 207 | 57 | 100 | 0 | 101 | 57 | 167 | 60 | 44 |
| Binary | 110001 | 10000111 | 101111 | 1000000 | 0 | 1000001 | 101111 | 1110111 | 110000 | 100100 |
Color Harmonies of #31872F
Complementary color
Monochromatic Colors of #31872F
Black with #31872F
Text Example
Text Example
White with #31872F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31872F; }
p { color: rgb(49,135,47); }
H1.HeaderClassName
{
color: #31872F;
}
.AnyTagClassName
{
color: #31872F;
}
</style>
background-color css
<style>
a { background-color: #31872F; }
a { background-color: rgb(49,135,47); }
div.DivClassName
{
background-color: #31872F;
}
.BgClassName
{
background-color: #31872F;
}
</style>
border-color css
<style>
span { border-color: #31872F; }
span { border-color: rgb(49,135,47); }
td.TdClassName
{
border-color: #31872F;
}
.TagClassName
{
border-color: #31872F;
}
</style>