Shades of Japanese Laurel #227A2D
Tints of Japanese Laurel #227A2D
RGB
CMYK
RGB Variations
Color information
#227A2D (or 0x227A2D) is known color: Japanese Laurel. HEX triplet: 22, 7A and 2D. RGB value is (34,122,45). Sum of RGB (Red+Green+Blue) = 34+122+45=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 122 (48.05% from 255 or 60.70% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 122 - color contains mainly: green. Hex color #227A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227A2D is #DD85D2. Grayscale: #575757. Windows color (decimal): -14517715 or 2980386. OLE color: 2980386.
HSL color Cylindrical-coordinate representation of color #227A2D: hue angle of 127.5º 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 #227A2D is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 122 | 45 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.52 |
| HSL | 127.5º | 0.56% | 0.31% | - |
| HSV(B) | 127.5º | 0.72% | 0.48% | - |
| XYZ | 8.09 | 14.45 | 4.84 | - |
| YUV | 86.91 | 104.35 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 122 | 45 | 0.72 | 0 | 0.63 | 0.52 | 127.5 | 0.56 | 0.31 |
| Hex | 22 | 7A | 2D | 48 | 0 | 3F | 34 | 80 | 38 | 1F |
| Octal | 42 | 172 | 55 | 110 | 0 | 77 | 64 | 200 | 70 | 37 |
| Binary | 100010 | 1111010 | 101101 | 1001000 | 0 | 111111 | 110100 | 10000000 | 111000 | 11111 |
Color Harmonies of #227A2D
Complementary color
Monochromatic Colors of #227A2D
Black with #227A2D
Text Example
Text Example
White with #227A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227A2D; }
p { color: rgb(34,122,45); }
H1.HeaderClassName
{
color: #227A2D;
}
.AnyTagClassName
{
color: #227A2D;
}
</style>
background-color css
<style>
a { background-color: #227A2D; }
a { background-color: rgb(34,122,45); }
div.DivClassName
{
background-color: #227A2D;
}
.BgClassName
{
background-color: #227A2D;
}
</style>
border-color css
<style>
span { border-color: #227A2D; }
span { border-color: rgb(34,122,45); }
td.TdClassName
{
border-color: #227A2D;
}
.TagClassName
{
border-color: #227A2D;
}
</style>