Shades of Japanese Laurel #30862F
Tints of Japanese Laurel #30862F
RGB
CMYK
RGB Variations
Color information
#30862F (or 0x30862F) is known color: Japanese Laurel. HEX triplet: 30, 86 and 2F. RGB value is (48,134,47). Sum of RGB (Red+Green+Blue) = 48+134+47=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 134 (52.73% from 255 or 58.52% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 134 - color contains mainly: green. Hex color #30862F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30862F is #CF79D0. Grayscale: #626262. Windows color (decimal): -13597137 or 3114544. OLE color: 3114544.
HSL color Cylindrical-coordinate representation of color #30862F: hue angle of 119.31º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30862F is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 134 | 47 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.47 |
| HSL | 119.31º | 0.48% | 0.35% | - |
| HSV(B) | 119.31º | 0.65% | 0.53% | - |
| XYZ | 10.26 | 17.88 | 5.6 | - |
| YUV | 98.37 | 99.01 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 47 | 0.64 | 0 | 0.65 | 0.47 | 119.31 | 0.48 | 0.35 |
| Hex | 30 | 86 | 2F | 40 | 0 | 41 | 2F | 77 | 30 | 23 |
| Octal | 60 | 206 | 57 | 100 | 0 | 101 | 57 | 167 | 60 | 43 |
| Binary | 110000 | 10000110 | 101111 | 1000000 | 0 | 1000001 | 101111 | 1110111 | 110000 | 100011 |
Color Harmonies of #30862F
Complementary color
Monochromatic Colors of #30862F
Black with #30862F
Text Example
Text Example
White with #30862F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30862F; }
p { color: rgb(48,134,47); }
H1.HeaderClassName
{
color: #30862F;
}
.AnyTagClassName
{
color: #30862F;
}
</style>
background-color css
<style>
a { background-color: #30862F; }
a { background-color: rgb(48,134,47); }
div.DivClassName
{
background-color: #30862F;
}
.BgClassName
{
background-color: #30862F;
}
</style>
border-color css
<style>
span { border-color: #30862F; }
span { border-color: rgb(48,134,47); }
td.TdClassName
{
border-color: #30862F;
}
.TagClassName
{
border-color: #30862F;
}
</style>