Shades of Japanese Laurel #357D2F
Tints of Japanese Laurel #357D2F
RGB
CMYK
RGB Variations
Color information
#357D2F (or 0x357D2F) is known color: Japanese Laurel. HEX triplet: 35, 7D and 2F. RGB value is (53,125,47). Sum of RGB (Red+Green+Blue) = 53+125+47=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 125 (49.22% from 255 or 55.56% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 125 - color contains mainly: green. Hex color #357D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357D2F is #CA82D0. Grayscale: #5E5E5E. Windows color (decimal): -13271761 or 3112245. OLE color: 3112245.
HSL color Cylindrical-coordinate representation of color #357D2F: hue angle of 115.38º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #357D2F is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 47 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.51 |
| HSL | 115.38º | 0.45% | 0.34% | - |
| HSV(B) | 115.38º | 0.62% | 0.49% | - |
| XYZ | 9.31 | 15.63 | 5.22 | - |
| YUV | 94.58 | 101.15 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 47 | 0.58 | 0 | 0.62 | 0.51 | 115.38 | 0.45 | 0.34 |
| Hex | 35 | 7D | 2F | 3A | 0 | 3E | 33 | 73 | 2D | 22 |
| Octal | 65 | 175 | 57 | 72 | 0 | 76 | 63 | 163 | 55 | 42 |
| Binary | 110101 | 1111101 | 101111 | 111010 | 0 | 111110 | 110011 | 1110011 | 101101 | 100010 |
Color Harmonies of #357D2F
Complementary color
Monochromatic Colors of #357D2F
Black with #357D2F
Text Example
Text Example
White with #357D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D2F; }
p { color: rgb(53,125,47); }
H1.HeaderClassName
{
color: #357D2F;
}
.AnyTagClassName
{
color: #357D2F;
}
</style>
background-color css
<style>
a { background-color: #357D2F; }
a { background-color: rgb(53,125,47); }
div.DivClassName
{
background-color: #357D2F;
}
.BgClassName
{
background-color: #357D2F;
}
</style>
border-color css
<style>
span { border-color: #357D2F; }
span { border-color: rgb(53,125,47); }
td.TdClassName
{
border-color: #357D2F;
}
.TagClassName
{
border-color: #357D2F;
}
</style>