Shades of Japanese Laurel #30783C
Tints of Japanese Laurel #30783C
RGB
CMYK
RGB Variations
Color information
#30783C (or 0x30783C) is known color: Japanese Laurel. HEX triplet: 30, 78 and 3C. RGB value is (48,120,60). Sum of RGB (Red+Green+Blue) = 48+120+60=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #30783C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30783C is #CF87C3. Grayscale: #5B5B5B. Windows color (decimal): -13600708 or 3962928. OLE color: 3962928.
HSL color Cylindrical-coordinate representation of color #30783C: hue angle of 130º 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 #30783C is Cyan = 0.60, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 120 | 60 | - |
| CMYK | 0.60 | 0 | 0.5 | 0.53 |
| HSL | 130º | 0.43% | 0.33% | - |
| HSV(B) | 130º | 0.6% | 0.47% | - |
| XYZ | 8.75 | 14.39 | 6.59 | - |
| YUV | 91.63 | 110.15 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 60 | 0.60 | 0 | 0.5 | 0.53 | 130 | 0.43 | 0.33 |
| Hex | 30 | 78 | 3C | 3C | 0 | 32 | 35 | 82 | 2B | 21 |
| Octal | 60 | 170 | 74 | 74 | 0 | 62 | 65 | 202 | 53 | 41 |
| Binary | 110000 | 1111000 | 111100 | 111100 | 0 | 110010 | 110101 | 10000010 | 101011 | 100001 |
Color Harmonies of #30783C
Complementary color
Monochromatic Colors of #30783C
Black with #30783C
Text Example
Text Example
White with #30783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30783C; }
p { color: rgb(48,120,60); }
H1.HeaderClassName
{
color: #30783C;
}
.AnyTagClassName
{
color: #30783C;
}
</style>
background-color css
<style>
a { background-color: #30783C; }
a { background-color: rgb(48,120,60); }
div.DivClassName
{
background-color: #30783C;
}
.BgClassName
{
background-color: #30783C;
}
</style>
border-color css
<style>
span { border-color: #30783C; }
span { border-color: rgb(48,120,60); }
td.TdClassName
{
border-color: #30783C;
}
.TagClassName
{
border-color: #30783C;
}
</style>