Shades of Japanese Laurel #30702F
Tints of Japanese Laurel #30702F
RGB
CMYK
RGB Variations
Color information
#30702F (or 0x30702F) is known color: Japanese Laurel. HEX triplet: 30, 70 and 2F. RGB value is (48,112,47). Sum of RGB (Red+Green+Blue) = 48+112+47=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #30702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30702F is #CF8FD0. Grayscale: #555555. Windows color (decimal): -13602769 or 3108912. OLE color: 3108912.
HSL color Cylindrical-coordinate representation of color #30702F: hue angle of 119.08º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30702F is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 112 | 47 | - |
| CMYK | 0.57 | 0 | 0.58 | 0.56 |
| HSL | 119.08º | 0.41% | 0.31% | - |
| HSV(B) | 119.08º | 0.58% | 0.44% | - |
| XYZ | 7.53 | 12.42 | 4.69 | - |
| YUV | 85.45 | 106.3 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 47 | 0.57 | 0 | 0.58 | 0.56 | 119.08 | 0.41 | 0.31 |
| Hex | 30 | 70 | 2F | 39 | 0 | 3A | 38 | 77 | 29 | 1F |
| Octal | 60 | 160 | 57 | 71 | 0 | 72 | 70 | 167 | 51 | 37 |
| Binary | 110000 | 1110000 | 101111 | 111001 | 0 | 111010 | 111000 | 1110111 | 101001 | 11111 |
Color Harmonies of #30702F
Complementary color
Monochromatic Colors of #30702F
Black with #30702F
Text Example
Text Example
White with #30702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30702F; }
p { color: rgb(48,112,47); }
H1.HeaderClassName
{
color: #30702F;
}
.AnyTagClassName
{
color: #30702F;
}
</style>
background-color css
<style>
a { background-color: #30702F; }
a { background-color: rgb(48,112,47); }
div.DivClassName
{
background-color: #30702F;
}
.BgClassName
{
background-color: #30702F;
}
</style>
border-color css
<style>
span { border-color: #30702F; }
span { border-color: rgb(48,112,47); }
td.TdClassName
{
border-color: #30702F;
}
.TagClassName
{
border-color: #30702F;
}
</style>