Shades of Japanese Laurel #22883B
Tints of Japanese Laurel #22883B
RGB
CMYK
RGB Variations
Color information
#22883B (or 0x22883B) is known color: Japanese Laurel. HEX triplet: 22, 88 and 3B. RGB value is (34,136,59). Sum of RGB (Red+Green+Blue) = 34+136+59=229 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.85% from 229); Green value is 136 (53.52% from 255 or 59.39% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 136 - color contains mainly: green. Hex color #22883B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22883B is #DD77C4. Grayscale: #606060. Windows color (decimal): -14514117 or 3901474. OLE color: 3901474.
HSL color Cylindrical-coordinate representation of color #22883B: hue angle of 134.71º 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 #22883B is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 136 | 59 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.47 |
| HSL | 134.71º | 0.6% | 0.33% | - |
| HSV(B) | 134.71º | 0.75% | 0.53% | - |
| XYZ | 10.25 | 18.26 | 7.12 | - |
| YUV | 96.72 | 106.71 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 136 | 59 | 0.75 | 0 | 0.57 | 0.47 | 134.71 | 0.6 | 0.33 |
| Hex | 22 | 88 | 3B | 4B | 0 | 39 | 2F | 87 | 3C | 21 |
| Octal | 42 | 210 | 73 | 113 | 0 | 71 | 57 | 207 | 74 | 41 |
| Binary | 100010 | 10001000 | 111011 | 1001011 | 0 | 111001 | 101111 | 10000111 | 111100 | 100001 |
Color Harmonies of #22883B
Complementary color
Monochromatic Colors of #22883B
Black with #22883B
Text Example
Text Example
White with #22883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22883B; }
p { color: rgb(34,136,59); }
H1.HeaderClassName
{
color: #22883B;
}
.AnyTagClassName
{
color: #22883B;
}
</style>
background-color css
<style>
a { background-color: #22883B; }
a { background-color: rgb(34,136,59); }
div.DivClassName
{
background-color: #22883B;
}
.BgClassName
{
background-color: #22883B;
}
</style>
border-color css
<style>
span { border-color: #22883B; }
span { border-color: rgb(34,136,59); }
td.TdClassName
{
border-color: #22883B;
}
.TagClassName
{
border-color: #22883B;
}
</style>