Shades of Japanese Laurel #31903D
Tints of Japanese Laurel #31903D
RGB
CMYK
RGB Variations
Color information
#31903D (or 0x31903D) is known color: Japanese Laurel. HEX triplet: 31, 90 and 3D. RGB value is (49,144,61). Sum of RGB (Red+Green+Blue) = 49+144+61=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #31903D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31903D is #CE6FC2. Grayscale: #6A6A6A. Windows color (decimal): -13529027 or 4034609. OLE color: 4034609.
HSL color Cylindrical-coordinate representation of color #31903D: hue angle of 127.58º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31903D is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 144 | 61 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.44 |
| HSL | 127.58º | 0.49% | 0.38% | - |
| HSV(B) | 127.58º | 0.66% | 0.56% | - |
| XYZ | 12.08 | 20.94 | 7.82 | - |
| YUV | 106.13 | 102.53 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 144 | 61 | 0.66 | 0 | 0.58 | 0.44 | 127.58 | 0.49 | 0.38 |
| Hex | 31 | 90 | 3D | 42 | 0 | 3A | 2C | 80 | 31 | 26 |
| Octal | 61 | 220 | 75 | 102 | 0 | 72 | 54 | 200 | 61 | 46 |
| Binary | 110001 | 10010000 | 111101 | 1000010 | 0 | 111010 | 101100 | 10000000 | 110001 | 100110 |
Color Harmonies of #31903D
Complementary color
Monochromatic Colors of #31903D
Black with #31903D
Text Example
Text Example
White with #31903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31903D; }
p { color: rgb(49,144,61); }
H1.HeaderClassName
{
color: #31903D;
}
.AnyTagClassName
{
color: #31903D;
}
</style>
background-color css
<style>
a { background-color: #31903D; }
a { background-color: rgb(49,144,61); }
div.DivClassName
{
background-color: #31903D;
}
.BgClassName
{
background-color: #31903D;
}
</style>
border-color css
<style>
span { border-color: #31903D; }
span { border-color: rgb(49,144,61); }
td.TdClassName
{
border-color: #31903D;
}
.TagClassName
{
border-color: #31903D;
}
</style>