Shades of Japanese Laurel #22873C
Tints of Japanese Laurel #22873C
RGB
CMYK
RGB Variations
Color information
#22873C (or 0x22873C) is known color: Japanese Laurel. HEX triplet: 22, 87 and 3C. RGB value is (34,135,60). Sum of RGB (Red+Green+Blue) = 34+135+60=229 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.85% from 229); Green value is 135 (53.12% from 255 or 58.95% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 135 - color contains mainly: green. Hex color #22873C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22873C is #DD78C3. Grayscale: #606060. Windows color (decimal): -14514372 or 3966754. OLE color: 3966754.
HSL color Cylindrical-coordinate representation of color #22873C: hue angle of 135.45º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #22873C is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 135 | 60 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.47 |
| HSL | 135.45º | 0.6% | 0.33% | - |
| HSV(B) | 135.45º | 0.75% | 0.53% | - |
| XYZ | 10.14 | 17.99 | 7.21 | - |
| YUV | 96.25 | 107.54 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 135 | 60 | 0.75 | 0 | 0.56 | 0.47 | 135.45 | 0.6 | 0.33 |
| Hex | 22 | 87 | 3C | 4B | 0 | 38 | 2F | 87 | 3C | 21 |
| Octal | 42 | 207 | 74 | 113 | 0 | 70 | 57 | 207 | 74 | 41 |
| Binary | 100010 | 10000111 | 111100 | 1001011 | 0 | 111000 | 101111 | 10000111 | 111100 | 100001 |
Color Harmonies of #22873C
Complementary color
Monochromatic Colors of #22873C
Black with #22873C
Text Example
Text Example
White with #22873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22873C; }
p { color: rgb(34,135,60); }
H1.HeaderClassName
{
color: #22873C;
}
.AnyTagClassName
{
color: #22873C;
}
</style>
background-color css
<style>
a { background-color: #22873C; }
a { background-color: rgb(34,135,60); }
div.DivClassName
{
background-color: #22873C;
}
.BgClassName
{
background-color: #22873C;
}
</style>
border-color css
<style>
span { border-color: #22873C; }
span { border-color: rgb(34,135,60); }
td.TdClassName
{
border-color: #22873C;
}
.TagClassName
{
border-color: #22873C;
}
</style>