Shades of Japanese Laurel #228B3B
Tints of Japanese Laurel #228B3B
RGB
CMYK
RGB Variations
Color information
#228B3B (or 0x228B3B) is known color: Japanese Laurel. HEX triplet: 22, 8B and 3B. RGB value is (34,139,59). Sum of RGB (Red+Green+Blue) = 34+139+59=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 139 (54.69% from 255 or 59.91% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 139 - color contains mainly: green. Hex color #228B3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228B3B is #DD74C4. Grayscale: #626262. Windows color (decimal): -14513349 or 3902242. OLE color: 3902242.
HSL color Cylindrical-coordinate representation of color #228B3B: hue angle of 134.29º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #228B3B is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 139 | 59 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.45 |
| HSL | 134.29º | 0.61% | 0.34% | - |
| HSV(B) | 134.29º | 0.76% | 0.55% | - |
| XYZ | 10.68 | 19.12 | 7.27 | - |
| YUV | 98.49 | 105.71 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 139 | 59 | 0.76 | 0 | 0.58 | 0.45 | 134.29 | 0.61 | 0.34 |
| Hex | 22 | 8B | 3B | 4C | 0 | 3A | 2D | 86 | 3D | 22 |
| Octal | 42 | 213 | 73 | 114 | 0 | 72 | 55 | 206 | 75 | 42 |
| Binary | 100010 | 10001011 | 111011 | 1001100 | 0 | 111010 | 101101 | 10000110 | 111101 | 100010 |
Color Harmonies of #228B3B
Complementary color
Monochromatic Colors of #228B3B
Black with #228B3B
Text Example
Text Example
White with #228B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228B3B; }
p { color: rgb(34,139,59); }
H1.HeaderClassName
{
color: #228B3B;
}
.AnyTagClassName
{
color: #228B3B;
}
</style>
background-color css
<style>
a { background-color: #228B3B; }
a { background-color: rgb(34,139,59); }
div.DivClassName
{
background-color: #228B3B;
}
.BgClassName
{
background-color: #228B3B;
}
</style>
border-color css
<style>
span { border-color: #228B3B; }
span { border-color: rgb(34,139,59); }
td.TdClassName
{
border-color: #228B3B;
}
.TagClassName
{
border-color: #228B3B;
}
</style>