Shades of Japanese Laurel #308833
Tints of Japanese Laurel #308833
RGB
CMYK
RGB Variations
Color information
#308833 (or 0x308833) is known color: Japanese Laurel. HEX triplet: 30, 88 and 33. RGB value is (48,136,51). Sum of RGB (Red+Green+Blue) = 48+136+51=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #308833 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308833 is #CF77CC. Grayscale: #646464. Windows color (decimal): -13596621 or 3377200. OLE color: 3377200.
HSL color Cylindrical-coordinate representation of color #308833: hue angle of 122.05º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308833 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 136 | 51 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.47 |
| HSL | 122.05º | 0.48% | 0.36% | - |
| HSV(B) | 122.05º | 0.65% | 0.53% | - |
| XYZ | 10.62 | 18.48 | 6.14 | - |
| YUV | 100 | 100.35 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 51 | 0.65 | 0 | 0.62 | 0.47 | 122.05 | 0.48 | 0.36 |
| Hex | 30 | 88 | 33 | 41 | 0 | 3E | 2F | 7A | 30 | 24 |
| Octal | 60 | 210 | 63 | 101 | 0 | 76 | 57 | 172 | 60 | 44 |
| Binary | 110000 | 10001000 | 110011 | 1000001 | 0 | 111110 | 101111 | 1111010 | 110000 | 100100 |
Color Harmonies of #308833
Complementary color
Monochromatic Colors of #308833
Black with #308833
Text Example
Text Example
White with #308833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308833; }
p { color: rgb(48,136,51); }
H1.HeaderClassName
{
color: #308833;
}
.AnyTagClassName
{
color: #308833;
}
</style>
background-color css
<style>
a { background-color: #308833; }
a { background-color: rgb(48,136,51); }
div.DivClassName
{
background-color: #308833;
}
.BgClassName
{
background-color: #308833;
}
</style>
border-color css
<style>
span { border-color: #308833; }
span { border-color: rgb(48,136,51); }
td.TdClassName
{
border-color: #308833;
}
.TagClassName
{
border-color: #308833;
}
</style>