Shades of Japanese Laurel #30843D
Tints of Japanese Laurel #30843D
RGB
CMYK
RGB Variations
Color information
#30843D (or 0x30843D) is known color: Japanese Laurel. HEX triplet: 30, 84 and 3D. RGB value is (48,132,61). Sum of RGB (Red+Green+Blue) = 48+132+61=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 132 (51.95% from 255 or 54.77% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 132 - color contains mainly: green. Hex color #30843D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30843D is #CF7BC2. Grayscale: #626262. Windows color (decimal): -13597635 or 4031536. OLE color: 4031536.
HSL color Cylindrical-coordinate representation of color #30843D: hue angle of 129.29º 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 #30843D is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 132 | 61 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.48 |
| HSL | 129.29º | 0.47% | 0.35% | - |
| HSV(B) | 129.29º | 0.64% | 0.52% | - |
| XYZ | 10.31 | 17.47 | 7.24 | - |
| YUV | 98.79 | 106.67 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 132 | 61 | 0.64 | 0 | 0.54 | 0.48 | 129.29 | 0.47 | 0.35 |
| Hex | 30 | 84 | 3D | 40 | 0 | 36 | 30 | 81 | 2F | 23 |
| Octal | 60 | 204 | 75 | 100 | 0 | 66 | 60 | 201 | 57 | 43 |
| Binary | 110000 | 10000100 | 111101 | 1000000 | 0 | 110110 | 110000 | 10000001 | 101111 | 100011 |
Color Harmonies of #30843D
Complementary color
Monochromatic Colors of #30843D
Black with #30843D
Text Example
Text Example
White with #30843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30843D; }
p { color: rgb(48,132,61); }
H1.HeaderClassName
{
color: #30843D;
}
.AnyTagClassName
{
color: #30843D;
}
</style>
background-color css
<style>
a { background-color: #30843D; }
a { background-color: rgb(48,132,61); }
div.DivClassName
{
background-color: #30843D;
}
.BgClassName
{
background-color: #30843D;
}
</style>
border-color css
<style>
span { border-color: #30843D; }
span { border-color: rgb(48,132,61); }
td.TdClassName
{
border-color: #30843D;
}
.TagClassName
{
border-color: #30843D;
}
</style>