Shades of Japanese Laurel #30813F
Tints of Japanese Laurel #30813F
RGB
CMYK
RGB Variations
Color information
#30813F (or 0x30813F) is known color: Japanese Laurel. HEX triplet: 30, 81 and 3F. RGB value is (48,129,63). Sum of RGB (Red+Green+Blue) = 48+129+63=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #30813F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30813F is #CF7EC0. Grayscale: #616161. Windows color (decimal): -13598401 or 4161840. OLE color: 4161840.
HSL color Cylindrical-coordinate representation of color #30813F: hue angle of 131.11º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30813F is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 129 | 63 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.49 |
| HSL | 131.11º | 0.46% | 0.35% | - |
| HSV(B) | 131.11º | 0.63% | 0.51% | - |
| XYZ | 9.97 | 16.69 | 7.4 | - |
| YUV | 97.26 | 108.66 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 129 | 63 | 0.63 | 0 | 0.51 | 0.49 | 131.11 | 0.46 | 0.35 |
| Hex | 30 | 81 | 3F | 3F | 0 | 33 | 31 | 83 | 2E | 23 |
| Octal | 60 | 201 | 77 | 77 | 0 | 63 | 61 | 203 | 56 | 43 |
| Binary | 110000 | 10000001 | 111111 | 111111 | 0 | 110011 | 110001 | 10000011 | 101110 | 100011 |
Color Harmonies of #30813F
Complementary color
Monochromatic Colors of #30813F
Black with #30813F
Text Example
Text Example
White with #30813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30813F; }
p { color: rgb(48,129,63); }
H1.HeaderClassName
{
color: #30813F;
}
.AnyTagClassName
{
color: #30813F;
}
</style>
background-color css
<style>
a { background-color: #30813F; }
a { background-color: rgb(48,129,63); }
div.DivClassName
{
background-color: #30813F;
}
.BgClassName
{
background-color: #30813F;
}
</style>
border-color css
<style>
span { border-color: #30813F; }
span { border-color: rgb(48,129,63); }
td.TdClassName
{
border-color: #30813F;
}
.TagClassName
{
border-color: #30813F;
}
</style>