Shades of Japanese Laurel #31852D
Tints of Japanese Laurel #31852D
RGB
CMYK
RGB Variations
Color information
#31852D (or 0x31852D) is known color: Japanese Laurel. HEX triplet: 31, 85 and 2D. RGB value is (49,133,45). Sum of RGB (Red+Green+Blue) = 49+133+45=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 133 (52.34% from 255 or 58.59% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 133 - color contains mainly: green. Hex color #31852D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31852D is #CE7AD2. Grayscale: #626262. Windows color (decimal): -13531859 or 2983217. OLE color: 2983217.
HSL color Cylindrical-coordinate representation of color #31852D: hue angle of 117.27º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31852D is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 133 | 45 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.48 |
| HSL | 117.27º | 0.49% | 0.35% | - |
| HSV(B) | 117.27º | 0.66% | 0.52% | - |
| XYZ | 10.13 | 17.62 | 5.35 | - |
| YUV | 97.85 | 98.17 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 133 | 45 | 0.63 | 0 | 0.66 | 0.48 | 117.27 | 0.49 | 0.35 |
| Hex | 31 | 85 | 2D | 3F | 0 | 42 | 30 | 75 | 31 | 23 |
| Octal | 61 | 205 | 55 | 77 | 0 | 102 | 60 | 165 | 61 | 43 |
| Binary | 110001 | 10000101 | 101101 | 111111 | 0 | 1000010 | 110000 | 1110101 | 110001 | 100011 |
Color Harmonies of #31852D
Complementary color
Monochromatic Colors of #31852D
Black with #31852D
Text Example
Text Example
White with #31852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31852D; }
p { color: rgb(49,133,45); }
H1.HeaderClassName
{
color: #31852D;
}
.AnyTagClassName
{
color: #31852D;
}
</style>
background-color css
<style>
a { background-color: #31852D; }
a { background-color: rgb(49,133,45); }
div.DivClassName
{
background-color: #31852D;
}
.BgClassName
{
background-color: #31852D;
}
</style>
border-color css
<style>
span { border-color: #31852D; }
span { border-color: rgb(49,133,45); }
td.TdClassName
{
border-color: #31852D;
}
.TagClassName
{
border-color: #31852D;
}
</style>