Shades of Japanese Laurel #30833A
Tints of Japanese Laurel #30833A
RGB
CMYK
RGB Variations
Color information
#30833A (or 0x30833A) is known color: Japanese Laurel. HEX triplet: 30, 83 and 3A. RGB value is (48,131,58). Sum of RGB (Red+Green+Blue) = 48+131+58=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #30833A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30833A is #CF7CC5. Grayscale: #626262. Windows color (decimal): -13597894 or 3834672. OLE color: 3834672.
HSL color Cylindrical-coordinate representation of color #30833A: hue angle of 127.23º 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 #30833A is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 131 | 58 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.49 |
| HSL | 127.23º | 0.46% | 0.35% | - |
| HSV(B) | 127.23º | 0.63% | 0.51% | - |
| XYZ | 10.1 | 17.17 | 6.78 | - |
| YUV | 97.86 | 105.5 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 131 | 58 | 0.63 | 0 | 0.56 | 0.49 | 127.23 | 0.46 | 0.35 |
| Hex | 30 | 83 | 3A | 3F | 0 | 38 | 31 | 7F | 2E | 23 |
| Octal | 60 | 203 | 72 | 77 | 0 | 70 | 61 | 177 | 56 | 43 |
| Binary | 110000 | 10000011 | 111010 | 111111 | 0 | 111000 | 110001 | 1111111 | 101110 | 100011 |
Color Harmonies of #30833A
Complementary color
Monochromatic Colors of #30833A
Black with #30833A
Text Example
Text Example
White with #30833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30833A; }
p { color: rgb(48,131,58); }
H1.HeaderClassName
{
color: #30833A;
}
.AnyTagClassName
{
color: #30833A;
}
</style>
background-color css
<style>
a { background-color: #30833A; }
a { background-color: rgb(48,131,58); }
div.DivClassName
{
background-color: #30833A;
}
.BgClassName
{
background-color: #30833A;
}
</style>
border-color css
<style>
span { border-color: #30833A; }
span { border-color: rgb(48,131,58); }
td.TdClassName
{
border-color: #30833A;
}
.TagClassName
{
border-color: #30833A;
}
</style>