Shades of Japanese Laurel #337D2B
Tints of Japanese Laurel #337D2B
RGB
CMYK
RGB Variations
Color information
#337D2B (or 0x337D2B) is known color: Japanese Laurel. HEX triplet: 33, 7D and 2B. RGB value is (51,125,43). Sum of RGB (Red+Green+Blue) = 51+125+43=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 125 (49.22% from 255 or 57.08% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 125 - color contains mainly: green. Hex color #337D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337D2B is #CC82D4. Grayscale: #5D5D5D. Windows color (decimal): -13402837 or 2850099. OLE color: 2850099.
HSL color Cylindrical-coordinate representation of color #337D2B: hue angle of 114.15º 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 #337D2B is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 125 | 43 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.51 |
| HSL | 114.15º | 0.49% | 0.33% | - |
| HSV(B) | 114.15º | 0.66% | 0.49% | - |
| XYZ | 9.13 | 15.55 | 4.8 | - |
| YUV | 93.53 | 99.48 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 43 | 0.59 | 0 | 0.66 | 0.51 | 114.15 | 0.49 | 0.33 |
| Hex | 33 | 7D | 2B | 3B | 0 | 42 | 33 | 72 | 31 | 21 |
| Octal | 63 | 175 | 53 | 73 | 0 | 102 | 63 | 162 | 61 | 41 |
| Binary | 110011 | 1111101 | 101011 | 111011 | 0 | 1000010 | 110011 | 1110010 | 110001 | 100001 |
Color Harmonies of #337D2B
Complementary color
Monochromatic Colors of #337D2B
Black with #337D2B
Text Example
Text Example
White with #337D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337D2B; }
p { color: rgb(51,125,43); }
H1.HeaderClassName
{
color: #337D2B;
}
.AnyTagClassName
{
color: #337D2B;
}
</style>
background-color css
<style>
a { background-color: #337D2B; }
a { background-color: rgb(51,125,43); }
div.DivClassName
{
background-color: #337D2B;
}
.BgClassName
{
background-color: #337D2B;
}
</style>
border-color css
<style>
span { border-color: #337D2B; }
span { border-color: rgb(51,125,43); }
td.TdClassName
{
border-color: #337D2B;
}
.TagClassName
{
border-color: #337D2B;
}
</style>