Shades of Japanese Laurel #337E2B
Tints of Japanese Laurel #337E2B
RGB
CMYK
RGB Variations
Color information
#337E2B (or 0x337E2B) is known color: Japanese Laurel. HEX triplet: 33, 7E and 2B. RGB value is (51,126,43). Sum of RGB (Red+Green+Blue) = 51+126+43=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 126 (49.61% from 255 or 57.27% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 126 - color contains mainly: green. Hex color #337E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337E2B is #CC81D4. Grayscale: #5E5E5E. Windows color (decimal): -13402581 or 2850355. OLE color: 2850355.
HSL color Cylindrical-coordinate representation of color #337E2B: hue angle of 114.22º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #337E2B is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 126 | 43 | - |
| CMYK | 0.60 | 0 | 0.66 | 0.51 |
| HSL | 114.22º | 0.49% | 0.33% | - |
| HSV(B) | 114.22º | 0.66% | 0.49% | - |
| XYZ | 9.26 | 15.8 | 4.85 | - |
| YUV | 94.11 | 99.15 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 126 | 43 | 0.60 | 0 | 0.66 | 0.51 | 114.22 | 0.49 | 0.33 |
| Hex | 33 | 7E | 2B | 3C | 0 | 42 | 33 | 72 | 31 | 21 |
| Octal | 63 | 176 | 53 | 74 | 0 | 102 | 63 | 162 | 61 | 41 |
| Binary | 110011 | 1111110 | 101011 | 111100 | 0 | 1000010 | 110011 | 1110010 | 110001 | 100001 |
Color Harmonies of #337E2B
Complementary color
Monochromatic Colors of #337E2B
Black with #337E2B
Text Example
Text Example
White with #337E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337E2B; }
p { color: rgb(51,126,43); }
H1.HeaderClassName
{
color: #337E2B;
}
.AnyTagClassName
{
color: #337E2B;
}
</style>
background-color css
<style>
a { background-color: #337E2B; }
a { background-color: rgb(51,126,43); }
div.DivClassName
{
background-color: #337E2B;
}
.BgClassName
{
background-color: #337E2B;
}
</style>
border-color css
<style>
span { border-color: #337E2B; }
span { border-color: rgb(51,126,43); }
td.TdClassName
{
border-color: #337E2B;
}
.TagClassName
{
border-color: #337E2B;
}
</style>