Shades of Japanese Laurel #208B3C
Tints of Japanese Laurel #208B3C
RGB
CMYK
RGB Variations
Color information
#208B3C (or 0x208B3C) is known color: Japanese Laurel. HEX triplet: 20, 8B and 3C. RGB value is (32,139,60). Sum of RGB (Red+Green+Blue) = 32+139+60=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 139 (54.69% from 255 or 60.17% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 139 - color contains mainly: green. Hex color #208B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208B3C is #DF74C3. Grayscale: #626262. Windows color (decimal): -14644420 or 3967776. OLE color: 3967776.
HSL color Cylindrical-coordinate representation of color #208B3C: hue angle of 135.7º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208B3C is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 139 | 60 | - |
| CMYK | 0.77 | 0 | 0.57 | 0.45 |
| HSL | 135.7º | 0.63% | 0.34% | - |
| HSV(B) | 135.7º | 0.77% | 0.55% | - |
| XYZ | 10.64 | 19.1 | 7.4 | - |
| YUV | 98 | 106.55 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 60 | 0.77 | 0 | 0.57 | 0.45 | 135.7 | 0.63 | 0.34 |
| Hex | 20 | 8B | 3C | 4D | 0 | 39 | 2D | 88 | 3F | 22 |
| Octal | 40 | 213 | 74 | 115 | 0 | 71 | 55 | 210 | 77 | 42 |
| Binary | 100000 | 10001011 | 111100 | 1001101 | 0 | 111001 | 101101 | 10001000 | 111111 | 100010 |
Color Harmonies of #208B3C
Complementary color
Monochromatic Colors of #208B3C
Black with #208B3C
Text Example
Text Example
White with #208B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208B3C; }
p { color: rgb(32,139,60); }
H1.HeaderClassName
{
color: #208B3C;
}
.AnyTagClassName
{
color: #208B3C;
}
</style>
background-color css
<style>
a { background-color: #208B3C; }
a { background-color: rgb(32,139,60); }
div.DivClassName
{
background-color: #208B3C;
}
.BgClassName
{
background-color: #208B3C;
}
</style>
border-color css
<style>
span { border-color: #208B3C; }
span { border-color: rgb(32,139,60); }
td.TdClassName
{
border-color: #208B3C;
}
.TagClassName
{
border-color: #208B3C;
}
</style>