Shades of Japanese Laurel #31802C
Tints of Japanese Laurel #31802C
RGB
CMYK
RGB Variations
Color information
#31802C (or 0x31802C) is known color: Japanese Laurel. HEX triplet: 31, 80 and 2C. RGB value is (49,128,44). Sum of RGB (Red+Green+Blue) = 49+128+44=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #31802C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31802C is #CE7FD3. Grayscale: #5F5F5F. Windows color (decimal): -13533140 or 2916401. OLE color: 2916401.
HSL color Cylindrical-coordinate representation of color #31802C: hue angle of 116.43º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31802C is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 128 | 44 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.50 |
| HSL | 116.43º | 0.49% | 0.34% | - |
| HSV(B) | 116.43º | 0.66% | 0.5% | - |
| XYZ | 9.44 | 16.27 | 5.03 | - |
| YUV | 94.8 | 99.33 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 128 | 44 | 0.62 | 0 | 0.66 | 0.50 | 116.43 | 0.49 | 0.34 |
| Hex | 31 | 80 | 2C | 3E | 0 | 42 | 32 | 74 | 31 | 22 |
| Octal | 61 | 200 | 54 | 76 | 0 | 102 | 62 | 164 | 61 | 42 |
| Binary | 110001 | 10000000 | 101100 | 111110 | 0 | 1000010 | 110010 | 1110100 | 110001 | 100010 |
Color Harmonies of #31802C
Complementary color
Monochromatic Colors of #31802C
Black with #31802C
Text Example
Text Example
White with #31802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31802C; }
p { color: rgb(49,128,44); }
H1.HeaderClassName
{
color: #31802C;
}
.AnyTagClassName
{
color: #31802C;
}
</style>
background-color css
<style>
a { background-color: #31802C; }
a { background-color: rgb(49,128,44); }
div.DivClassName
{
background-color: #31802C;
}
.BgClassName
{
background-color: #31802C;
}
</style>
border-color css
<style>
span { border-color: #31802C; }
span { border-color: rgb(49,128,44); }
td.TdClassName
{
border-color: #31802C;
}
.TagClassName
{
border-color: #31802C;
}
</style>