Shades of Japanese Laurel #31822A
Tints of Japanese Laurel #31822A
RGB
CMYK
RGB Variations
Color information
#31822A (or 0x31822A) is known color: Japanese Laurel. HEX triplet: 31, 82 and 2A. RGB value is (49,130,42). Sum of RGB (Red+Green+Blue) = 49+130+42=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #31822A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31822A is #CE7DD5. Grayscale: #606060. Windows color (decimal): -13532630 or 2785841. OLE color: 2785841.
HSL color Cylindrical-coordinate representation of color #31822A: hue angle of 115.23º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31822A is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 130 | 42 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.49 |
| HSL | 115.23º | 0.51% | 0.34% | - |
| HSV(B) | 115.23º | 0.68% | 0.51% | - |
| XYZ | 9.67 | 16.79 | 4.92 | - |
| YUV | 95.75 | 97.66 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 42 | 0.62 | 0 | 0.68 | 0.49 | 115.23 | 0.51 | 0.34 |
| Hex | 31 | 82 | 2A | 3E | 0 | 44 | 31 | 73 | 33 | 22 |
| Octal | 61 | 202 | 52 | 76 | 0 | 104 | 61 | 163 | 63 | 42 |
| Binary | 110001 | 10000010 | 101010 | 111110 | 0 | 1000100 | 110001 | 1110011 | 110011 | 100010 |
Color Harmonies of #31822A
Complementary color
Monochromatic Colors of #31822A
Black with #31822A
Text Example
Text Example
White with #31822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31822A; }
p { color: rgb(49,130,42); }
H1.HeaderClassName
{
color: #31822A;
}
.AnyTagClassName
{
color: #31822A;
}
</style>
background-color css
<style>
a { background-color: #31822A; }
a { background-color: rgb(49,130,42); }
div.DivClassName
{
background-color: #31822A;
}
.BgClassName
{
background-color: #31822A;
}
</style>
border-color css
<style>
span { border-color: #31822A; }
span { border-color: rgb(49,130,42); }
td.TdClassName
{
border-color: #31822A;
}
.TagClassName
{
border-color: #31822A;
}
</style>