Shades of Japanese Laurel #307839
Tints of Japanese Laurel #307839
RGB
CMYK
RGB Variations
Color information
#307839 (or 0x307839) is known color: Japanese Laurel. HEX triplet: 30, 78 and 39. RGB value is (48,120,57). Sum of RGB (Red+Green+Blue) = 48+120+57=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 120 (47.27% from 255 or 53.33% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 120 - color contains mainly: green. Hex color #307839 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307839 is #CF87C6. Grayscale: #5B5B5B. Windows color (decimal): -13600711 or 3766320. OLE color: 3766320.
HSL color Cylindrical-coordinate representation of color #307839: hue angle of 127.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307839 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 120 | 57 | - |
| CMYK | 0.60 | 0 | 0.52 | 0.53 |
| HSL | 127.5º | 0.43% | 0.33% | - |
| HSV(B) | 127.5º | 0.6% | 0.47% | - |
| XYZ | 8.67 | 14.36 | 6.18 | - |
| YUV | 91.29 | 108.65 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 57 | 0.60 | 0 | 0.52 | 0.53 | 127.5 | 0.43 | 0.33 |
| Hex | 30 | 78 | 39 | 3C | 0 | 34 | 35 | 80 | 2B | 21 |
| Octal | 60 | 170 | 71 | 74 | 0 | 64 | 65 | 200 | 53 | 41 |
| Binary | 110000 | 1111000 | 111001 | 111100 | 0 | 110100 | 110101 | 10000000 | 101011 | 100001 |
Color Harmonies of #307839
Complementary color
Monochromatic Colors of #307839
Black with #307839
Text Example
Text Example
White with #307839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307839; }
p { color: rgb(48,120,57); }
H1.HeaderClassName
{
color: #307839;
}
.AnyTagClassName
{
color: #307839;
}
</style>
background-color css
<style>
a { background-color: #307839; }
a { background-color: rgb(48,120,57); }
div.DivClassName
{
background-color: #307839;
}
.BgClassName
{
background-color: #307839;
}
</style>
border-color css
<style>
span { border-color: #307839; }
span { border-color: rgb(48,120,57); }
td.TdClassName
{
border-color: #307839;
}
.TagClassName
{
border-color: #307839;
}
</style>