Shades of Japanese Laurel #30783F
Tints of Japanese Laurel #30783F
RGB
CMYK
RGB Variations
Color information
#30783F (or 0x30783F) is known color: Japanese Laurel. HEX triplet: 30, 78 and 3F. RGB value is (48,120,63). Sum of RGB (Red+Green+Blue) = 48+120+63=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #30783F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30783F is #CF87C0. Grayscale: #5C5C5C. Windows color (decimal): -13600705 or 4159536. OLE color: 4159536.
HSL color Cylindrical-coordinate representation of color #30783F: hue angle of 132.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 #30783F is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 120 | 63 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.53 |
| HSL | 132.5º | 0.43% | 0.33% | - |
| HSV(B) | 132.5º | 0.6% | 0.47% | - |
| XYZ | 8.83 | 14.42 | 7.02 | - |
| YUV | 91.97 | 111.65 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 63 | 0.60 | 0 | 0.48 | 0.53 | 132.5 | 0.43 | 0.33 |
| Hex | 30 | 78 | 3F | 3C | 0 | 30 | 35 | 84 | 2B | 21 |
| Octal | 60 | 170 | 77 | 74 | 0 | 60 | 65 | 204 | 53 | 41 |
| Binary | 110000 | 1111000 | 111111 | 111100 | 0 | 110000 | 110101 | 10000100 | 101011 | 100001 |
Color Harmonies of #30783F
Complementary color
Monochromatic Colors of #30783F
Black with #30783F
Text Example
Text Example
White with #30783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30783F; }
p { color: rgb(48,120,63); }
H1.HeaderClassName
{
color: #30783F;
}
.AnyTagClassName
{
color: #30783F;
}
</style>
background-color css
<style>
a { background-color: #30783F; }
a { background-color: rgb(48,120,63); }
div.DivClassName
{
background-color: #30783F;
}
.BgClassName
{
background-color: #30783F;
}
</style>
border-color css
<style>
span { border-color: #30783F; }
span { border-color: rgb(48,120,63); }
td.TdClassName
{
border-color: #30783F;
}
.TagClassName
{
border-color: #30783F;
}
</style>