Shades of Japanese Laurel #1F8334
Tints of Japanese Laurel #1F8334
RGB
CMYK
RGB Variations
Color information
#1F8334 (or 0x1F8334) is known color: Japanese Laurel. HEX triplet: 1F, 83 and 34. RGB value is (31,131,52). Sum of RGB (Red+Green+Blue) = 31+131+52=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 131 (51.56% from 255 or 61.21% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 131 - color contains mainly: green. Hex color #1F8334 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8334 is #E07CCB. Grayscale: #5C5C5C. Windows color (decimal): -14712012 or 3441439. OLE color: 3441439.
HSL color Cylindrical-coordinate representation of color #1F8334: hue angle of 132.6º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8334 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 131 | 52 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.49 |
| HSL | 132.6º | 0.62% | 0.32% | - |
| HSV(B) | 132.6º | 0.76% | 0.51% | - |
| XYZ | 9.3 | 16.77 | 6 | - |
| YUV | 92.09 | 105.37 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 131 | 52 | 0.76 | 0 | 0.60 | 0.49 | 132.6 | 0.62 | 0.32 |
| Hex | 1F | 83 | 34 | 4C | 0 | 3C | 31 | 85 | 3E | 20 |
| Octal | 37 | 203 | 64 | 114 | 0 | 74 | 61 | 205 | 76 | 40 |
| Binary | 11111 | 10000011 | 110100 | 1001100 | 0 | 111100 | 110001 | 10000101 | 111110 | 100000 |
Color Harmonies of #1F8334
Complementary color
Monochromatic Colors of #1F8334
Black with #1F8334
Text Example
Text Example
White with #1F8334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8334; }
p { color: rgb(31,131,52); }
H1.HeaderClassName
{
color: #1F8334;
}
.AnyTagClassName
{
color: #1F8334;
}
</style>
background-color css
<style>
a { background-color: #1F8334; }
a { background-color: rgb(31,131,52); }
div.DivClassName
{
background-color: #1F8334;
}
.BgClassName
{
background-color: #1F8334;
}
</style>
border-color css
<style>
span { border-color: #1F8334; }
span { border-color: rgb(31,131,52); }
td.TdClassName
{
border-color: #1F8334;
}
.TagClassName
{
border-color: #1F8334;
}
</style>