Shades of Japanese Laurel #30873D
Tints of Japanese Laurel #30873D
RGB
CMYK
RGB Variations
Color information
#30873D (or 0x30873D) is known color: Japanese Laurel. HEX triplet: 30, 87 and 3D. RGB value is (48,135,61). Sum of RGB (Red+Green+Blue) = 48+135+61=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 135 (53.12% from 255 or 55.33% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 135 - color contains mainly: green. Hex color #30873D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30873D is #CF78C2. Grayscale: #646464. Windows color (decimal): -13596867 or 4032304. OLE color: 4032304.
HSL color Cylindrical-coordinate representation of color #30873D: hue angle of 128.97º 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 #30873D is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 135 | 61 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.47 |
| HSL | 128.97º | 0.48% | 0.36% | - |
| HSV(B) | 128.97º | 0.64% | 0.53% | - |
| XYZ | 10.73 | 18.29 | 7.38 | - |
| YUV | 100.55 | 105.68 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 135 | 61 | 0.64 | 0 | 0.55 | 0.47 | 128.97 | 0.48 | 0.36 |
| Hex | 30 | 87 | 3D | 40 | 0 | 37 | 2F | 81 | 30 | 24 |
| Octal | 60 | 207 | 75 | 100 | 0 | 67 | 57 | 201 | 60 | 44 |
| Binary | 110000 | 10000111 | 111101 | 1000000 | 0 | 110111 | 101111 | 10000001 | 110000 | 100100 |
Color Harmonies of #30873D
Complementary color
Monochromatic Colors of #30873D
Black with #30873D
Text Example
Text Example
White with #30873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30873D; }
p { color: rgb(48,135,61); }
H1.HeaderClassName
{
color: #30873D;
}
.AnyTagClassName
{
color: #30873D;
}
</style>
background-color css
<style>
a { background-color: #30873D; }
a { background-color: rgb(48,135,61); }
div.DivClassName
{
background-color: #30873D;
}
.BgClassName
{
background-color: #30873D;
}
</style>
border-color css
<style>
span { border-color: #30873D; }
span { border-color: rgb(48,135,61); }
td.TdClassName
{
border-color: #30873D;
}
.TagClassName
{
border-color: #30873D;
}
</style>