Shades of Japanese Laurel #30702C
Tints of Japanese Laurel #30702C
RGB
CMYK
RGB Variations
Color information
#30702C (or 0x30702C) is known color: Japanese Laurel. HEX triplet: 30, 70 and 2C. RGB value is (48,112,44). Sum of RGB (Red+Green+Blue) = 48+112+44=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #30702C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30702C is #CF8FD3. Grayscale: #555555. Windows color (decimal): -13602772 or 2912304. OLE color: 2912304.
HSL color Cylindrical-coordinate representation of color #30702C: hue angle of 116.47º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30702C is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 112 | 44 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.56 |
| HSL | 116.47º | 0.44% | 0.31% | - |
| HSV(B) | 116.47º | 0.61% | 0.44% | - |
| XYZ | 7.47 | 12.4 | 4.38 | - |
| YUV | 85.11 | 104.8 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 44 | 0.57 | 0 | 0.61 | 0.56 | 116.47 | 0.44 | 0.31 |
| Hex | 30 | 70 | 2C | 39 | 0 | 3D | 38 | 74 | 2C | 1F |
| Octal | 60 | 160 | 54 | 71 | 0 | 75 | 70 | 164 | 54 | 37 |
| Binary | 110000 | 1110000 | 101100 | 111001 | 0 | 111101 | 111000 | 1110100 | 101100 | 11111 |
Color Harmonies of #30702C
Complementary color
Monochromatic Colors of #30702C
Black with #30702C
Text Example
Text Example
White with #30702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30702C; }
p { color: rgb(48,112,44); }
H1.HeaderClassName
{
color: #30702C;
}
.AnyTagClassName
{
color: #30702C;
}
</style>
background-color css
<style>
a { background-color: #30702C; }
a { background-color: rgb(48,112,44); }
div.DivClassName
{
background-color: #30702C;
}
.BgClassName
{
background-color: #30702C;
}
</style>
border-color css
<style>
span { border-color: #30702C; }
span { border-color: rgb(48,112,44); }
td.TdClassName
{
border-color: #30702C;
}
.TagClassName
{
border-color: #30702C;
}
</style>