Shades of Japanese Laurel #308B3E
Tints of Japanese Laurel #308B3E
RGB
CMYK
RGB Variations
Color information
#308B3E (or 0x308B3E) is known color: Japanese Laurel. HEX triplet: 30, 8B and 3E. RGB value is (48,139,62). Sum of RGB (Red+Green+Blue) = 48+139+62=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #308B3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308B3E is #CF74C1. Grayscale: #676767. Windows color (decimal): -13595842 or 4098864. OLE color: 4098864.
HSL color Cylindrical-coordinate representation of color #308B3E: hue angle of 129.23º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308B3E is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 139 | 62 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.45 |
| HSL | 129.23º | 0.49% | 0.37% | - |
| HSV(B) | 129.23º | 0.65% | 0.55% | - |
| XYZ | 11.32 | 19.44 | 7.71 | - |
| YUV | 103.01 | 104.85 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 62 | 0.65 | 0 | 0.55 | 0.45 | 129.23 | 0.49 | 0.37 |
| Hex | 30 | 8B | 3E | 41 | 0 | 37 | 2D | 81 | 31 | 25 |
| Octal | 60 | 213 | 76 | 101 | 0 | 67 | 55 | 201 | 61 | 45 |
| Binary | 110000 | 10001011 | 111110 | 1000001 | 0 | 110111 | 101101 | 10000001 | 110001 | 100101 |
Color Harmonies of #308B3E
Complementary color
Monochromatic Colors of #308B3E
Black with #308B3E
Text Example
Text Example
White with #308B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308B3E; }
p { color: rgb(48,139,62); }
H1.HeaderClassName
{
color: #308B3E;
}
.AnyTagClassName
{
color: #308B3E;
}
</style>
background-color css
<style>
a { background-color: #308B3E; }
a { background-color: rgb(48,139,62); }
div.DivClassName
{
background-color: #308B3E;
}
.BgClassName
{
background-color: #308B3E;
}
</style>
border-color css
<style>
span { border-color: #308B3E; }
span { border-color: rgb(48,139,62); }
td.TdClassName
{
border-color: #308B3E;
}
.TagClassName
{
border-color: #308B3E;
}
</style>