Shades of Japanese Laurel #30802F
Tints of Japanese Laurel #30802F
RGB
CMYK
RGB Variations
Color information
#30802F (or 0x30802F) is known color: Japanese Laurel. HEX triplet: 30, 80 and 2F. RGB value is (48,128,47). Sum of RGB (Red+Green+Blue) = 48+128+47=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 128 (50.39% from 255 or 57.40% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 128 - color contains mainly: green. Hex color #30802F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30802F is #CF7FD0. Grayscale: #5F5F5F. Windows color (decimal): -13598673 or 3113008. OLE color: 3113008.
HSL color Cylindrical-coordinate representation of color #30802F: hue angle of 119.26º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30802F is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 128 | 47 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.50 |
| HSL | 119.26º | 0.46% | 0.34% | - |
| HSV(B) | 119.26º | 0.63% | 0.5% | - |
| XYZ | 9.45 | 16.27 | 5.33 | - |
| YUV | 94.85 | 101 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 128 | 47 | 0.62 | 0 | 0.63 | 0.50 | 119.26 | 0.46 | 0.34 |
| Hex | 30 | 80 | 2F | 3E | 0 | 3F | 32 | 77 | 2E | 22 |
| Octal | 60 | 200 | 57 | 76 | 0 | 77 | 62 | 167 | 56 | 42 |
| Binary | 110000 | 10000000 | 101111 | 111110 | 0 | 111111 | 110010 | 1110111 | 101110 | 100010 |
Color Harmonies of #30802F
Complementary color
Monochromatic Colors of #30802F
Black with #30802F
Text Example
Text Example
White with #30802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30802F; }
p { color: rgb(48,128,47); }
H1.HeaderClassName
{
color: #30802F;
}
.AnyTagClassName
{
color: #30802F;
}
</style>
background-color css
<style>
a { background-color: #30802F; }
a { background-color: rgb(48,128,47); }
div.DivClassName
{
background-color: #30802F;
}
.BgClassName
{
background-color: #30802F;
}
</style>
border-color css
<style>
span { border-color: #30802F; }
span { border-color: rgb(48,128,47); }
td.TdClassName
{
border-color: #30802F;
}
.TagClassName
{
border-color: #30802F;
}
</style>