Shades of Japanese Laurel #31822D
Tints of Japanese Laurel #31822D
RGB
CMYK
RGB Variations
Color information
#31822D (or 0x31822D) is known color: Japanese Laurel. HEX triplet: 31, 82 and 2D. RGB value is (49,130,45). Sum of RGB (Red+Green+Blue) = 49+130+45=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #31822D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31822D is #CE7DD2. Grayscale: #606060. Windows color (decimal): -13532627 or 2982449. OLE color: 2982449.
HSL color Cylindrical-coordinate representation of color #31822D: hue angle of 117.18º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31822D is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 130 | 45 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.49 |
| HSL | 117.18º | 0.49% | 0.34% | - |
| HSV(B) | 117.18º | 0.65% | 0.51% | - |
| XYZ | 9.72 | 16.81 | 5.21 | - |
| YUV | 96.09 | 99.16 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 45 | 0.62 | 0 | 0.65 | 0.49 | 117.18 | 0.49 | 0.34 |
| Hex | 31 | 82 | 2D | 3E | 0 | 41 | 31 | 75 | 31 | 22 |
| Octal | 61 | 202 | 55 | 76 | 0 | 101 | 61 | 165 | 61 | 42 |
| Binary | 110001 | 10000010 | 101101 | 111110 | 0 | 1000001 | 110001 | 1110101 | 110001 | 100010 |
Color Harmonies of #31822D
Complementary color
Monochromatic Colors of #31822D
Black with #31822D
Text Example
Text Example
White with #31822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31822D; }
p { color: rgb(49,130,45); }
H1.HeaderClassName
{
color: #31822D;
}
.AnyTagClassName
{
color: #31822D;
}
</style>
background-color css
<style>
a { background-color: #31822D; }
a { background-color: rgb(49,130,45); }
div.DivClassName
{
background-color: #31822D;
}
.BgClassName
{
background-color: #31822D;
}
</style>
border-color css
<style>
span { border-color: #31822D; }
span { border-color: rgb(49,130,45); }
td.TdClassName
{
border-color: #31822D;
}
.TagClassName
{
border-color: #31822D;
}
</style>