Shades of Japanese Laurel #22883A
Tints of Japanese Laurel #22883A
RGB
CMYK
RGB Variations
Color information
#22883A (or 0x22883A) is known color: Japanese Laurel. HEX triplet: 22, 88 and 3A. RGB value is (34,136,58). Sum of RGB (Red+Green+Blue) = 34+136+58=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 136 (53.52% from 255 or 59.65% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 136 - color contains mainly: green. Hex color #22883A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22883A is #DD77C5. Grayscale: #606060. Windows color (decimal): -14514118 or 3835938. OLE color: 3835938.
HSL color Cylindrical-coordinate representation of color #22883A: hue angle of 134.12º 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 #22883A is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 136 | 58 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.47 |
| HSL | 134.12º | 0.6% | 0.33% | - |
| HSV(B) | 134.12º | 0.75% | 0.53% | - |
| XYZ | 10.23 | 18.25 | 6.99 | - |
| YUV | 96.61 | 106.21 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 136 | 58 | 0.75 | 0 | 0.57 | 0.47 | 134.12 | 0.6 | 0.33 |
| Hex | 22 | 88 | 3A | 4B | 0 | 39 | 2F | 86 | 3C | 21 |
| Octal | 42 | 210 | 72 | 113 | 0 | 71 | 57 | 206 | 74 | 41 |
| Binary | 100010 | 10001000 | 111010 | 1001011 | 0 | 111001 | 101111 | 10000110 | 111100 | 100001 |
Color Harmonies of #22883A
Complementary color
Monochromatic Colors of #22883A
Black with #22883A
Text Example
Text Example
White with #22883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22883A; }
p { color: rgb(34,136,58); }
H1.HeaderClassName
{
color: #22883A;
}
.AnyTagClassName
{
color: #22883A;
}
</style>
background-color css
<style>
a { background-color: #22883A; }
a { background-color: rgb(34,136,58); }
div.DivClassName
{
background-color: #22883A;
}
.BgClassName
{
background-color: #22883A;
}
</style>
border-color css
<style>
span { border-color: #22883A; }
span { border-color: rgb(34,136,58); }
td.TdClassName
{
border-color: #22883A;
}
.TagClassName
{
border-color: #22883A;
}
</style>