Shades of Japanese Laurel #31802A
Tints of Japanese Laurel #31802A
RGB
CMYK
RGB Variations
Color information
#31802A (or 0x31802A) is known color: Japanese Laurel. HEX triplet: 31, 80 and 2A. RGB value is (49,128,42). Sum of RGB (Red+Green+Blue) = 49+128+42=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 128 (50.39% from 255 or 58.45% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 128 - color contains mainly: green. Hex color #31802A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31802A is #CE7FD5. Grayscale: #5E5E5E. Windows color (decimal): -13533142 or 2785329. OLE color: 2785329.
HSL color Cylindrical-coordinate representation of color #31802A: hue angle of 115.12º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31802A is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 128 | 42 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.50 |
| HSL | 115.12º | 0.51% | 0.33% | - |
| HSV(B) | 115.12º | 0.67% | 0.5% | - |
| XYZ | 9.4 | 16.26 | 4.83 | - |
| YUV | 94.58 | 98.33 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 128 | 42 | 0.62 | 0 | 0.67 | 0.50 | 115.12 | 0.51 | 0.33 |
| Hex | 31 | 80 | 2A | 3E | 0 | 43 | 32 | 73 | 33 | 21 |
| Octal | 61 | 200 | 52 | 76 | 0 | 103 | 62 | 163 | 63 | 41 |
| Binary | 110001 | 10000000 | 101010 | 111110 | 0 | 1000011 | 110010 | 1110011 | 110011 | 100001 |
Color Harmonies of #31802A
Complementary color
Monochromatic Colors of #31802A
Black with #31802A
Text Example
Text Example
White with #31802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31802A; }
p { color: rgb(49,128,42); }
H1.HeaderClassName
{
color: #31802A;
}
.AnyTagClassName
{
color: #31802A;
}
</style>
background-color css
<style>
a { background-color: #31802A; }
a { background-color: rgb(49,128,42); }
div.DivClassName
{
background-color: #31802A;
}
.BgClassName
{
background-color: #31802A;
}
</style>
border-color css
<style>
span { border-color: #31802A; }
span { border-color: rgb(49,128,42); }
td.TdClassName
{
border-color: #31802A;
}
.TagClassName
{
border-color: #31802A;
}
</style>