Shades of Japanese Laurel #228031
Tints of Japanese Laurel #228031
RGB
CMYK
RGB Variations
Color information
#228031 (or 0x228031) is known color: Japanese Laurel. HEX triplet: 22, 80 and 31. RGB value is (34,128,49). Sum of RGB (Red+Green+Blue) = 34+128+49=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 128 (50.39% from 255 or 60.66% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 128 - color contains mainly: green. Hex color #228031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228031 is #DD7FCE. Grayscale: #5B5B5B. Windows color (decimal): -14516175 or 3244066. OLE color: 3244066.
HSL color Cylindrical-coordinate representation of color #228031: hue angle of 129.57º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #228031 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 128 | 49 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.50 |
| HSL | 129.57º | 0.58% | 0.32% | - |
| HSV(B) | 129.57º | 0.73% | 0.5% | - |
| XYZ | 8.93 | 16 | 5.52 | - |
| YUV | 90.89 | 104.36 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 128 | 49 | 0.73 | 0 | 0.62 | 0.50 | 129.57 | 0.58 | 0.32 |
| Hex | 22 | 80 | 31 | 49 | 0 | 3E | 32 | 82 | 3A | 20 |
| Octal | 42 | 200 | 61 | 111 | 0 | 76 | 62 | 202 | 72 | 40 |
| Binary | 100010 | 10000000 | 110001 | 1001001 | 0 | 111110 | 110010 | 10000010 | 111010 | 100000 |
Color Harmonies of #228031
Complementary color
Monochromatic Colors of #228031
Black with #228031
Text Example
Text Example
White with #228031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228031; }
p { color: rgb(34,128,49); }
H1.HeaderClassName
{
color: #228031;
}
.AnyTagClassName
{
color: #228031;
}
</style>
background-color css
<style>
a { background-color: #228031; }
a { background-color: rgb(34,128,49); }
div.DivClassName
{
background-color: #228031;
}
.BgClassName
{
background-color: #228031;
}
</style>
border-color css
<style>
span { border-color: #228031; }
span { border-color: rgb(34,128,49); }
td.TdClassName
{
border-color: #228031;
}
.TagClassName
{
border-color: #228031;
}
</style>