Shades of Japanese Laurel #31923B
Tints of Japanese Laurel #31923B
RGB
CMYK
RGB Variations
Color information
#31923B (or 0x31923B) is known color: Japanese Laurel. HEX triplet: 31, 92 and 3B. RGB value is (49,146,59). Sum of RGB (Red+Green+Blue) = 49+146+59=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 146 (57.42% from 255 or 57.48% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 146 - color contains mainly: green. Hex color #31923B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31923B is #CE6DC4. Grayscale: #6B6B6B. Windows color (decimal): -13528517 or 3904049. OLE color: 3904049.
HSL color Cylindrical-coordinate representation of color #31923B: hue angle of 126.19º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31923B is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 146 | 59 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.43 |
| HSL | 126.19º | 0.5% | 0.38% | - |
| HSV(B) | 126.19º | 0.66% | 0.57% | - |
| XYZ | 12.33 | 21.53 | 7.64 | - |
| YUV | 107.08 | 100.86 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 59 | 0.66 | 0 | 0.60 | 0.43 | 126.19 | 0.5 | 0.38 |
| Hex | 31 | 92 | 3B | 42 | 0 | 3C | 2B | 7E | 32 | 26 |
| Octal | 61 | 222 | 73 | 102 | 0 | 74 | 53 | 176 | 62 | 46 |
| Binary | 110001 | 10010010 | 111011 | 1000010 | 0 | 111100 | 101011 | 1111110 | 110010 | 100110 |
Color Harmonies of #31923B
Complementary color
Monochromatic Colors of #31923B
Black with #31923B
Text Example
Text Example
White with #31923B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31923B; }
p { color: rgb(49,146,59); }
H1.HeaderClassName
{
color: #31923B;
}
.AnyTagClassName
{
color: #31923B;
}
</style>
background-color css
<style>
a { background-color: #31923B; }
a { background-color: rgb(49,146,59); }
div.DivClassName
{
background-color: #31923B;
}
.BgClassName
{
background-color: #31923B;
}
</style>
border-color css
<style>
span { border-color: #31923B; }
span { border-color: rgb(49,146,59); }
td.TdClassName
{
border-color: #31923B;
}
.TagClassName
{
border-color: #31923B;
}
</style>