Shades of Japanese Laurel #30702B
Tints of Japanese Laurel #30702B
RGB
CMYK
RGB Variations
Color information
#30702B (or 0x30702B) is known color: Japanese Laurel. HEX triplet: 30, 70 and 2B. RGB value is (48,112,43). Sum of RGB (Red+Green+Blue) = 48+112+43=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #30702B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30702B is #CF8FD4. Grayscale: #555555. Windows color (decimal): -13602773 or 2846768. OLE color: 2846768.
HSL color Cylindrical-coordinate representation of color #30702B: hue angle of 115.65º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30702B is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 112 | 43 | - |
| CMYK | 0.57 | 0 | 0.62 | 0.56 |
| HSL | 115.65º | 0.45% | 0.3% | - |
| HSV(B) | 115.65º | 0.62% | 0.44% | - |
| XYZ | 7.45 | 12.39 | 4.28 | - |
| YUV | 85 | 104.3 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 43 | 0.57 | 0 | 0.62 | 0.56 | 115.65 | 0.45 | 0.3 |
| Hex | 30 | 70 | 2B | 39 | 0 | 3E | 38 | 74 | 2D | 1E |
| Octal | 60 | 160 | 53 | 71 | 0 | 76 | 70 | 164 | 55 | 36 |
| Binary | 110000 | 1110000 | 101011 | 111001 | 0 | 111110 | 111000 | 1110100 | 101101 | 11110 |
Color Harmonies of #30702B
Complementary color
Monochromatic Colors of #30702B
Black with #30702B
Text Example
Text Example
White with #30702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30702B; }
p { color: rgb(48,112,43); }
H1.HeaderClassName
{
color: #30702B;
}
.AnyTagClassName
{
color: #30702B;
}
</style>
background-color css
<style>
a { background-color: #30702B; }
a { background-color: rgb(48,112,43); }
div.DivClassName
{
background-color: #30702B;
}
.BgClassName
{
background-color: #30702B;
}
</style>
border-color css
<style>
span { border-color: #30702B; }
span { border-color: rgb(48,112,43); }
td.TdClassName
{
border-color: #30702B;
}
.TagClassName
{
border-color: #30702B;
}
</style>