Shades of Japanese Laurel #227C2F
Tints of Japanese Laurel #227C2F
RGB
CMYK
RGB Variations
Color information
#227C2F (or 0x227C2F) is known color: Japanese Laurel. HEX triplet: 22, 7C and 2F. RGB value is (34,124,47). Sum of RGB (Red+Green+Blue) = 34+124+47=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 124 (48.83% from 255 or 60.49% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 124 - color contains mainly: green. Hex color #227C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227C2F is #DD83D0. Grayscale: #585858. Windows color (decimal): -14517201 or 3111970. OLE color: 3111970.
HSL color Cylindrical-coordinate representation of color #227C2F: hue angle of 128.67º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227C2F is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 124 | 47 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.51 |
| HSL | 128.67º | 0.57% | 0.31% | - |
| HSV(B) | 128.67º | 0.73% | 0.49% | - |
| XYZ | 8.38 | 14.96 | 5.14 | - |
| YUV | 88.31 | 104.68 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 124 | 47 | 0.73 | 0 | 0.62 | 0.51 | 128.67 | 0.57 | 0.31 |
| Hex | 22 | 7C | 2F | 49 | 0 | 3E | 33 | 81 | 39 | 1F |
| Octal | 42 | 174 | 57 | 111 | 0 | 76 | 63 | 201 | 71 | 37 |
| Binary | 100010 | 1111100 | 101111 | 1001001 | 0 | 111110 | 110011 | 10000001 | 111001 | 11111 |
Color Harmonies of #227C2F
Complementary color
Monochromatic Colors of #227C2F
Black with #227C2F
Text Example
Text Example
White with #227C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227C2F; }
p { color: rgb(34,124,47); }
H1.HeaderClassName
{
color: #227C2F;
}
.AnyTagClassName
{
color: #227C2F;
}
</style>
background-color css
<style>
a { background-color: #227C2F; }
a { background-color: rgb(34,124,47); }
div.DivClassName
{
background-color: #227C2F;
}
.BgClassName
{
background-color: #227C2F;
}
</style>
border-color css
<style>
span { border-color: #227C2F; }
span { border-color: rgb(34,124,47); }
td.TdClassName
{
border-color: #227C2F;
}
.TagClassName
{
border-color: #227C2F;
}
</style>