Shades of Japanese Laurel #30813C
Tints of Japanese Laurel #30813C
RGB
CMYK
RGB Variations
Color information
#30813C (or 0x30813C) is known color: Japanese Laurel. HEX triplet: 30, 81 and 3C. RGB value is (48,129,60). Sum of RGB (Red+Green+Blue) = 48+129+60=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 129 (50.78% from 255 or 54.43% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 129 - color contains mainly: green. Hex color #30813C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30813C is #CF7EC3. Grayscale: #616161. Windows color (decimal): -13598404 or 3965232. OLE color: 3965232.
HSL color Cylindrical-coordinate representation of color #30813C: hue angle of 128.89º 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 #30813C is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 129 | 60 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.49 |
| HSL | 128.89º | 0.46% | 0.35% | - |
| HSV(B) | 128.89º | 0.63% | 0.51% | - |
| XYZ | 9.88 | 16.66 | 6.97 | - |
| YUV | 96.92 | 107.16 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 129 | 60 | 0.63 | 0 | 0.53 | 0.49 | 128.89 | 0.46 | 0.35 |
| Hex | 30 | 81 | 3C | 3F | 0 | 35 | 31 | 81 | 2E | 23 |
| Octal | 60 | 201 | 74 | 77 | 0 | 65 | 61 | 201 | 56 | 43 |
| Binary | 110000 | 10000001 | 111100 | 111111 | 0 | 110101 | 110001 | 10000001 | 101110 | 100011 |
Color Harmonies of #30813C
Complementary color
Monochromatic Colors of #30813C
Black with #30813C
Text Example
Text Example
White with #30813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30813C; }
p { color: rgb(48,129,60); }
H1.HeaderClassName
{
color: #30813C;
}
.AnyTagClassName
{
color: #30813C;
}
</style>
background-color css
<style>
a { background-color: #30813C; }
a { background-color: rgb(48,129,60); }
div.DivClassName
{
background-color: #30813C;
}
.BgClassName
{
background-color: #30813C;
}
</style>
border-color css
<style>
span { border-color: #30813C; }
span { border-color: rgb(48,129,60); }
td.TdClassName
{
border-color: #30813C;
}
.TagClassName
{
border-color: #30813C;
}
</style>