Shades of Japanese Laurel #227D2E
Tints of Japanese Laurel #227D2E
RGB
CMYK
RGB Variations
Color information
#227D2E (or 0x227D2E) is known color: Japanese Laurel. HEX triplet: 22, 7D and 2E. RGB value is (34,125,46). Sum of RGB (Red+Green+Blue) = 34+125+46=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 125 (49.22% from 255 or 60.98% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 125 - color contains mainly: green. Hex color #227D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227D2E is #DD82D1. Grayscale: #595959. Windows color (decimal): -14516946 or 3046690. OLE color: 3046690.
HSL color Cylindrical-coordinate representation of color #227D2E: hue angle of 127.91º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227D2E is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 125 | 46 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.51 |
| HSL | 127.91º | 0.57% | 0.31% | - |
| HSV(B) | 127.91º | 0.73% | 0.49% | - |
| XYZ | 8.49 | 15.2 | 5.07 | - |
| YUV | 88.79 | 103.85 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 125 | 46 | 0.73 | 0 | 0.63 | 0.51 | 127.91 | 0.57 | 0.31 |
| Hex | 22 | 7D | 2E | 49 | 0 | 3F | 33 | 80 | 39 | 1F |
| Octal | 42 | 175 | 56 | 111 | 0 | 77 | 63 | 200 | 71 | 37 |
| Binary | 100010 | 1111101 | 101110 | 1001001 | 0 | 111111 | 110011 | 10000000 | 111001 | 11111 |
Color Harmonies of #227D2E
Complementary color
Monochromatic Colors of #227D2E
Black with #227D2E
Text Example
Text Example
White with #227D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227D2E; }
p { color: rgb(34,125,46); }
H1.HeaderClassName
{
color: #227D2E;
}
.AnyTagClassName
{
color: #227D2E;
}
</style>
background-color css
<style>
a { background-color: #227D2E; }
a { background-color: rgb(34,125,46); }
div.DivClassName
{
background-color: #227D2E;
}
.BgClassName
{
background-color: #227D2E;
}
</style>
border-color css
<style>
span { border-color: #227D2E; }
span { border-color: rgb(34,125,46); }
td.TdClassName
{
border-color: #227D2E;
}
.TagClassName
{
border-color: #227D2E;
}
</style>