Shades of Japanese Laurel #227D30
Tints of Japanese Laurel #227D30
RGB
CMYK
RGB Variations
Color information
#227D30 (or 0x227D30) is known color: Japanese Laurel. HEX triplet: 22, 7D and 30. RGB value is (34,125,48). Sum of RGB (Red+Green+Blue) = 34+125+48=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 125 (49.22% from 255 or 60.39% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 125 - color contains mainly: green. Hex color #227D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227D30 is #DD82CF. Grayscale: #595959. Windows color (decimal): -14516944 or 3177762. OLE color: 3177762.
HSL color Cylindrical-coordinate representation of color #227D30: hue angle of 129.23º 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 #227D30 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 125 | 48 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.51 |
| HSL | 129.23º | 0.57% | 0.31% | - |
| HSV(B) | 129.23º | 0.73% | 0.49% | - |
| XYZ | 8.53 | 15.22 | 5.28 | - |
| YUV | 89.01 | 104.85 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 125 | 48 | 0.73 | 0 | 0.62 | 0.51 | 129.23 | 0.57 | 0.31 |
| Hex | 22 | 7D | 30 | 49 | 0 | 3E | 33 | 81 | 39 | 1F |
| Octal | 42 | 175 | 60 | 111 | 0 | 76 | 63 | 201 | 71 | 37 |
| Binary | 100010 | 1111101 | 110000 | 1001001 | 0 | 111110 | 110011 | 10000001 | 111001 | 11111 |
Color Harmonies of #227D30
Complementary color
Monochromatic Colors of #227D30
Black with #227D30
Text Example
Text Example
White with #227D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227D30; }
p { color: rgb(34,125,48); }
H1.HeaderClassName
{
color: #227D30;
}
.AnyTagClassName
{
color: #227D30;
}
</style>
background-color css
<style>
a { background-color: #227D30; }
a { background-color: rgb(34,125,48); }
div.DivClassName
{
background-color: #227D30;
}
.BgClassName
{
background-color: #227D30;
}
</style>
border-color css
<style>
span { border-color: #227D30; }
span { border-color: rgb(34,125,48); }
td.TdClassName
{
border-color: #227D30;
}
.TagClassName
{
border-color: #227D30;
}
</style>