Shades of Japanese Laurel #227F33
Tints of Japanese Laurel #227F33
RGB
CMYK
RGB Variations
Color information
#227F33 (or 0x227F33) is known color: Japanese Laurel. HEX triplet: 22, 7F and 33. RGB value is (34,127,51). Sum of RGB (Red+Green+Blue) = 34+127+51=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 127 (50% from 255 or 59.91% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 127 - color contains mainly: green. Hex color #227F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227F33 is #DD80CC. Grayscale: #5A5A5A. Windows color (decimal): -14516429 or 3374882. OLE color: 3374882.
HSL color Cylindrical-coordinate representation of color #227F33: hue angle of 130.97º 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 #227F33 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 127 | 51 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.50 |
| HSL | 130.97º | 0.58% | 0.32% | - |
| HSV(B) | 130.97º | 0.73% | 0.5% | - |
| XYZ | 8.85 | 15.76 | 5.71 | - |
| YUV | 90.53 | 105.69 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 51 | 0.73 | 0 | 0.60 | 0.50 | 130.97 | 0.58 | 0.32 |
| Hex | 22 | 7F | 33 | 49 | 0 | 3C | 32 | 83 | 3A | 20 |
| Octal | 42 | 177 | 63 | 111 | 0 | 74 | 62 | 203 | 72 | 40 |
| Binary | 100010 | 1111111 | 110011 | 1001001 | 0 | 111100 | 110010 | 10000011 | 111010 | 100000 |
Color Harmonies of #227F33
Complementary color
Monochromatic Colors of #227F33
Black with #227F33
Text Example
Text Example
White with #227F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227F33; }
p { color: rgb(34,127,51); }
H1.HeaderClassName
{
color: #227F33;
}
.AnyTagClassName
{
color: #227F33;
}
</style>
background-color css
<style>
a { background-color: #227F33; }
a { background-color: rgb(34,127,51); }
div.DivClassName
{
background-color: #227F33;
}
.BgClassName
{
background-color: #227F33;
}
</style>
border-color css
<style>
span { border-color: #227F33; }
span { border-color: rgb(34,127,51); }
td.TdClassName
{
border-color: #227F33;
}
.TagClassName
{
border-color: #227F33;
}
</style>