Shades of Japanese Laurel #307E2F
Tints of Japanese Laurel #307E2F
RGB
CMYK
RGB Variations
Color information
#307E2F (or 0x307E2F) is known color: Japanese Laurel. HEX triplet: 30, 7E and 2F. RGB value is (48,126,47). Sum of RGB (Red+Green+Blue) = 48+126+47=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 126 (49.61% from 255 or 57.01% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 126 - color contains mainly: green. Hex color #307E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307E2F is #CF81D0. Grayscale: #5D5D5D. Windows color (decimal): -13599185 or 3112496. OLE color: 3112496.
HSL color Cylindrical-coordinate representation of color #307E2F: hue angle of 119.24º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #307E2F is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 126 | 47 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.51 |
| HSL | 119.24º | 0.46% | 0.34% | - |
| HSV(B) | 119.24º | 0.63% | 0.49% | - |
| XYZ | 9.19 | 15.76 | 5.25 | - |
| YUV | 93.67 | 101.66 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 126 | 47 | 0.62 | 0 | 0.63 | 0.51 | 119.24 | 0.46 | 0.34 |
| Hex | 30 | 7E | 2F | 3E | 0 | 3F | 33 | 77 | 2E | 22 |
| Octal | 60 | 176 | 57 | 76 | 0 | 77 | 63 | 167 | 56 | 42 |
| Binary | 110000 | 1111110 | 101111 | 111110 | 0 | 111111 | 110011 | 1110111 | 101110 | 100010 |
Color Harmonies of #307E2F
Complementary color
Monochromatic Colors of #307E2F
Black with #307E2F
Text Example
Text Example
White with #307E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307E2F; }
p { color: rgb(48,126,47); }
H1.HeaderClassName
{
color: #307E2F;
}
.AnyTagClassName
{
color: #307E2F;
}
</style>
background-color css
<style>
a { background-color: #307E2F; }
a { background-color: rgb(48,126,47); }
div.DivClassName
{
background-color: #307E2F;
}
.BgClassName
{
background-color: #307E2F;
}
</style>
border-color css
<style>
span { border-color: #307E2F; }
span { border-color: rgb(48,126,47); }
td.TdClassName
{
border-color: #307E2F;
}
.TagClassName
{
border-color: #307E2F;
}
</style>