Shades of Japanese Laurel #227F31
Tints of Japanese Laurel #227F31
RGB
CMYK
RGB Variations
Color information
#227F31 (or 0x227F31) is known color: Japanese Laurel. HEX triplet: 22, 7F and 31. RGB value is (34,127,49). Sum of RGB (Red+Green+Blue) = 34+127+49=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 127 (50% from 255 or 60.48% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 127 - color contains mainly: green. Hex color #227F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227F31 is #DD80CE. Grayscale: #5A5A5A. Windows color (decimal): -14516431 or 3243810. OLE color: 3243810.
HSL color Cylindrical-coordinate representation of color #227F31: hue angle of 129.68º 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 #227F31 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 127 | 49 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.50 |
| HSL | 129.68º | 0.58% | 0.32% | - |
| HSV(B) | 129.68º | 0.73% | 0.5% | - |
| XYZ | 8.8 | 15.74 | 5.48 | - |
| YUV | 90.3 | 104.69 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 49 | 0.73 | 0 | 0.61 | 0.50 | 129.68 | 0.58 | 0.32 |
| Hex | 22 | 7F | 31 | 49 | 0 | 3D | 32 | 82 | 3A | 20 |
| Octal | 42 | 177 | 61 | 111 | 0 | 75 | 62 | 202 | 72 | 40 |
| Binary | 100010 | 1111111 | 110001 | 1001001 | 0 | 111101 | 110010 | 10000010 | 111010 | 100000 |
Color Harmonies of #227F31
Complementary color
Monochromatic Colors of #227F31
Black with #227F31
Text Example
Text Example
White with #227F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227F31; }
p { color: rgb(34,127,49); }
H1.HeaderClassName
{
color: #227F31;
}
.AnyTagClassName
{
color: #227F31;
}
</style>
background-color css
<style>
a { background-color: #227F31; }
a { background-color: rgb(34,127,49); }
div.DivClassName
{
background-color: #227F31;
}
.BgClassName
{
background-color: #227F31;
}
</style>
border-color css
<style>
span { border-color: #227F31; }
span { border-color: rgb(34,127,49); }
td.TdClassName
{
border-color: #227F31;
}
.TagClassName
{
border-color: #227F31;
}
</style>