Shades of Japanese Laurel #30873E
Tints of Japanese Laurel #30873E
RGB
CMYK
RGB Variations
Color information
#30873E (or 0x30873E) is known color: Japanese Laurel. HEX triplet: 30, 87 and 3E. RGB value is (48,135,62). Sum of RGB (Red+Green+Blue) = 48+135+62=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #30873E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30873E is #CF78C1. Grayscale: #646464. Windows color (decimal): -13596866 or 4097840. OLE color: 4097840.
HSL color Cylindrical-coordinate representation of color #30873E: hue angle of 129.66º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30873E is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 135 | 62 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.47 |
| HSL | 129.66º | 0.48% | 0.36% | - |
| HSV(B) | 129.66º | 0.64% | 0.53% | - |
| XYZ | 10.75 | 18.3 | 7.52 | - |
| YUV | 100.67 | 106.18 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 135 | 62 | 0.64 | 0 | 0.54 | 0.47 | 129.66 | 0.48 | 0.36 |
| Hex | 30 | 87 | 3E | 40 | 0 | 36 | 2F | 82 | 30 | 24 |
| Octal | 60 | 207 | 76 | 100 | 0 | 66 | 57 | 202 | 60 | 44 |
| Binary | 110000 | 10000111 | 111110 | 1000000 | 0 | 110110 | 101111 | 10000010 | 110000 | 100100 |
Color Harmonies of #30873E
Complementary color
Monochromatic Colors of #30873E
Black with #30873E
Text Example
Text Example
White with #30873E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30873E; }
p { color: rgb(48,135,62); }
H1.HeaderClassName
{
color: #30873E;
}
.AnyTagClassName
{
color: #30873E;
}
</style>
background-color css
<style>
a { background-color: #30873E; }
a { background-color: rgb(48,135,62); }
div.DivClassName
{
background-color: #30873E;
}
.BgClassName
{
background-color: #30873E;
}
</style>
border-color css
<style>
span { border-color: #30873E; }
span { border-color: rgb(48,135,62); }
td.TdClassName
{
border-color: #30873E;
}
.TagClassName
{
border-color: #30873E;
}
</style>