Shades of Japanese Laurel #227B28
Tints of Japanese Laurel #227B28
RGB
CMYK
RGB Variations
Color information
#227B28 (or 0x227B28) is known color: Japanese Laurel. HEX triplet: 22, 7B and 28. RGB value is (34,123,40). Sum of RGB (Red+Green+Blue) = 34+123+40=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 123 (48.44% from 255 or 62.44% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 123 - color contains mainly: green. Hex color #227B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227B28 is #DD84D7. Grayscale: #575757. Windows color (decimal): -14517464 or 2652962. OLE color: 2652962.
HSL color Cylindrical-coordinate representation of color #227B28: hue angle of 124.04º degrees, saturation: 0.57, 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 #227B28 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 123 | 40 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.52 |
| HSL | 124.04º | 0.57% | 0.31% | - |
| HSV(B) | 124.04º | 0.72% | 0.48% | - |
| XYZ | 8.13 | 14.66 | 4.41 | - |
| YUV | 86.93 | 101.51 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 40 | 0.72 | 0 | 0.67 | 0.52 | 124.04 | 0.57 | 0.31 |
| Hex | 22 | 7B | 28 | 48 | 0 | 43 | 34 | 7C | 39 | 1F |
| Octal | 42 | 173 | 50 | 110 | 0 | 103 | 64 | 174 | 71 | 37 |
| Binary | 100010 | 1111011 | 101000 | 1001000 | 0 | 1000011 | 110100 | 1111100 | 111001 | 11111 |
Color Harmonies of #227B28
Complementary color
Monochromatic Colors of #227B28
Black with #227B28
Text Example
Text Example
White with #227B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227B28; }
p { color: rgb(34,123,40); }
H1.HeaderClassName
{
color: #227B28;
}
.AnyTagClassName
{
color: #227B28;
}
</style>
background-color css
<style>
a { background-color: #227B28; }
a { background-color: rgb(34,123,40); }
div.DivClassName
{
background-color: #227B28;
}
.BgClassName
{
background-color: #227B28;
}
</style>
border-color css
<style>
span { border-color: #227B28; }
span { border-color: rgb(34,123,40); }
td.TdClassName
{
border-color: #227B28;
}
.TagClassName
{
border-color: #227B28;
}
</style>