Shades of Japanese Laurel #308231
Tints of Japanese Laurel #308231
RGB
CMYK
RGB Variations
Color information
#308231 (or 0x308231) is known color: Japanese Laurel. HEX triplet: 30, 82 and 31. RGB value is (48,130,49). Sum of RGB (Red+Green+Blue) = 48+130+49=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #308231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308231 is #CF7DCE. Grayscale: #606060. Windows color (decimal): -13598159 or 3244592. OLE color: 3244592.
HSL color Cylindrical-coordinate representation of color #308231: hue angle of 120.73º 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 #308231 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 130 | 49 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.49 |
| HSL | 120.73º | 0.46% | 0.35% | - |
| HSV(B) | 120.73º | 0.63% | 0.51% | - |
| XYZ | 9.76 | 16.82 | 5.64 | - |
| YUV | 96.25 | 101.33 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 49 | 0.63 | 0 | 0.62 | 0.49 | 120.73 | 0.46 | 0.35 |
| Hex | 30 | 82 | 31 | 3F | 0 | 3E | 31 | 79 | 2E | 23 |
| Octal | 60 | 202 | 61 | 77 | 0 | 76 | 61 | 171 | 56 | 43 |
| Binary | 110000 | 10000010 | 110001 | 111111 | 0 | 111110 | 110001 | 1111001 | 101110 | 100011 |
Color Harmonies of #308231
Complementary color
Monochromatic Colors of #308231
Black with #308231
Text Example
Text Example
White with #308231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308231; }
p { color: rgb(48,130,49); }
H1.HeaderClassName
{
color: #308231;
}
.AnyTagClassName
{
color: #308231;
}
</style>
background-color css
<style>
a { background-color: #308231; }
a { background-color: rgb(48,130,49); }
div.DivClassName
{
background-color: #308231;
}
.BgClassName
{
background-color: #308231;
}
</style>
border-color css
<style>
span { border-color: #308231; }
span { border-color: rgb(48,130,49); }
td.TdClassName
{
border-color: #308231;
}
.TagClassName
{
border-color: #308231;
}
</style>