Shades of Japanese Laurel #30843C
Tints of Japanese Laurel #30843C
RGB
CMYK
RGB Variations
Color information
#30843C (or 0x30843C) is known color: Japanese Laurel. HEX triplet: 30, 84 and 3C. RGB value is (48,132,60). Sum of RGB (Red+Green+Blue) = 48+132+60=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #30843C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30843C is #CF7BC3. Grayscale: #626262. Windows color (decimal): -13597636 or 3966000. OLE color: 3966000.
HSL color Cylindrical-coordinate representation of color #30843C: hue angle of 128.57º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30843C is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 132 | 60 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.48 |
| HSL | 128.57º | 0.47% | 0.35% | - |
| HSV(B) | 128.57º | 0.64% | 0.52% | - |
| XYZ | 10.29 | 17.46 | 7.1 | - |
| YUV | 98.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 132 | 60 | 0.64 | 0 | 0.55 | 0.48 | 128.57 | 0.47 | 0.35 |
| Hex | 30 | 84 | 3C | 40 | 0 | 37 | 30 | 81 | 2F | 23 |
| Octal | 60 | 204 | 74 | 100 | 0 | 67 | 60 | 201 | 57 | 43 |
| Binary | 110000 | 10000100 | 111100 | 1000000 | 0 | 110111 | 110000 | 10000001 | 101111 | 100011 |
Color Harmonies of #30843C
Complementary color
Monochromatic Colors of #30843C
Black with #30843C
Text Example
Text Example
White with #30843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30843C; }
p { color: rgb(48,132,60); }
H1.HeaderClassName
{
color: #30843C;
}
.AnyTagClassName
{
color: #30843C;
}
</style>
background-color css
<style>
a { background-color: #30843C; }
a { background-color: rgb(48,132,60); }
div.DivClassName
{
background-color: #30843C;
}
.BgClassName
{
background-color: #30843C;
}
</style>
border-color css
<style>
span { border-color: #30843C; }
span { border-color: rgb(48,132,60); }
td.TdClassName
{
border-color: #30843C;
}
.TagClassName
{
border-color: #30843C;
}
</style>