Shades of Japanese Laurel #227A27
Tints of Japanese Laurel #227A27
RGB
CMYK
RGB Variations
Color information
#227A27 (or 0x227A27) is known color: Japanese Laurel. HEX triplet: 22, 7A and 27. RGB value is (34,122,39). Sum of RGB (Red+Green+Blue) = 34+122+39=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 122 (48.05% from 255 or 62.56% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 122 - color contains mainly: green. Hex color #227A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227A27 is #DD85D8. Grayscale: #565656. Windows color (decimal): -14517721 or 2587170. OLE color: 2587170.
HSL color Cylindrical-coordinate representation of color #227A27: hue angle of 123.41º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227A27 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 122 | 39 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.52 |
| HSL | 123.41º | 0.56% | 0.31% | - |
| HSV(B) | 123.41º | 0.72% | 0.48% | - |
| XYZ | 7.99 | 14.41 | 4.28 | - |
| YUV | 86.23 | 101.35 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 122 | 39 | 0.72 | 0 | 0.68 | 0.52 | 123.41 | 0.56 | 0.31 |
| Hex | 22 | 7A | 27 | 48 | 0 | 44 | 34 | 7B | 38 | 1F |
| Octal | 42 | 172 | 47 | 110 | 0 | 104 | 64 | 173 | 70 | 37 |
| Binary | 100010 | 1111010 | 100111 | 1001000 | 0 | 1000100 | 110100 | 1111011 | 111000 | 11111 |
Color Harmonies of #227A27
Complementary color
Monochromatic Colors of #227A27
Black with #227A27
Text Example
Text Example
White with #227A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227A27; }
p { color: rgb(34,122,39); }
H1.HeaderClassName
{
color: #227A27;
}
.AnyTagClassName
{
color: #227A27;
}
</style>
background-color css
<style>
a { background-color: #227A27; }
a { background-color: rgb(34,122,39); }
div.DivClassName
{
background-color: #227A27;
}
.BgClassName
{
background-color: #227A27;
}
</style>
border-color css
<style>
span { border-color: #227A27; }
span { border-color: rgb(34,122,39); }
td.TdClassName
{
border-color: #227A27;
}
.TagClassName
{
border-color: #227A27;
}
</style>