Shades of Japanese Laurel #308A39
Tints of Japanese Laurel #308A39
RGB
CMYK
RGB Variations
Color information
#308A39 (or 0x308A39) is known color: Japanese Laurel. HEX triplet: 30, 8A and 39. RGB value is (48,138,57). Sum of RGB (Red+Green+Blue) = 48+138+57=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 138 (54.30% from 255 or 56.79% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 138 - color contains mainly: green. Hex color #308A39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308A39 is #CF75C6. Grayscale: #666666. Windows color (decimal): -13596103 or 3770928. OLE color: 3770928.
HSL color Cylindrical-coordinate representation of color #308A39: hue angle of 126º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308A39 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 138 | 57 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.46 |
| HSL | 126º | 0.48% | 0.36% | - |
| HSV(B) | 126º | 0.65% | 0.54% | - |
| XYZ | 11.05 | 19.1 | 6.98 | - |
| YUV | 101.86 | 102.68 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 138 | 57 | 0.65 | 0 | 0.59 | 0.46 | 126 | 0.48 | 0.36 |
| Hex | 30 | 8A | 39 | 41 | 0 | 3B | 2E | 7E | 30 | 24 |
| Octal | 60 | 212 | 71 | 101 | 0 | 73 | 56 | 176 | 60 | 44 |
| Binary | 110000 | 10001010 | 111001 | 1000001 | 0 | 111011 | 101110 | 1111110 | 110000 | 100100 |
Color Harmonies of #308A39
Complementary color
Monochromatic Colors of #308A39
Black with #308A39
Text Example
Text Example
White with #308A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308A39; }
p { color: rgb(48,138,57); }
H1.HeaderClassName
{
color: #308A39;
}
.AnyTagClassName
{
color: #308A39;
}
</style>
background-color css
<style>
a { background-color: #308A39; }
a { background-color: rgb(48,138,57); }
div.DivClassName
{
background-color: #308A39;
}
.BgClassName
{
background-color: #308A39;
}
</style>
border-color css
<style>
span { border-color: #308A39; }
span { border-color: rgb(48,138,57); }
td.TdClassName
{
border-color: #308A39;
}
.TagClassName
{
border-color: #308A39;
}
</style>