Shades of Japanese Laurel #227B2B
Tints of Japanese Laurel #227B2B
RGB
CMYK
RGB Variations
Color information
#227B2B (or 0x227B2B) is known color: Japanese Laurel. HEX triplet: 22, 7B and 2B. RGB value is (34,123,43). Sum of RGB (Red+Green+Blue) = 34+123+43=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 123 (48.44% from 255 or 61.5% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 123 - color contains mainly: green. Hex color #227B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227B2B is #DD84D4. Grayscale: #575757. Windows color (decimal): -14517461 or 2849570. OLE color: 2849570.
HSL color Cylindrical-coordinate representation of color #227B2B: hue angle of 126.07º 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 #227B2B is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 123 | 43 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.52 |
| HSL | 126.07º | 0.57% | 0.31% | - |
| HSV(B) | 126.07º | 0.72% | 0.48% | - |
| XYZ | 8.18 | 14.68 | 4.69 | - |
| YUV | 87.27 | 103.01 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 43 | 0.72 | 0 | 0.65 | 0.52 | 126.07 | 0.57 | 0.31 |
| Hex | 22 | 7B | 2B | 48 | 0 | 41 | 34 | 7E | 39 | 1F |
| Octal | 42 | 173 | 53 | 110 | 0 | 101 | 64 | 176 | 71 | 37 |
| Binary | 100010 | 1111011 | 101011 | 1001000 | 0 | 1000001 | 110100 | 1111110 | 111001 | 11111 |
Color Harmonies of #227B2B
Complementary color
Monochromatic Colors of #227B2B
Black with #227B2B
Text Example
Text Example
White with #227B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227B2B; }
p { color: rgb(34,123,43); }
H1.HeaderClassName
{
color: #227B2B;
}
.AnyTagClassName
{
color: #227B2B;
}
</style>
background-color css
<style>
a { background-color: #227B2B; }
a { background-color: rgb(34,123,43); }
div.DivClassName
{
background-color: #227B2B;
}
.BgClassName
{
background-color: #227B2B;
}
</style>
border-color css
<style>
span { border-color: #227B2B; }
span { border-color: rgb(34,123,43); }
td.TdClassName
{
border-color: #227B2B;
}
.TagClassName
{
border-color: #227B2B;
}
</style>