Shades of Japanese Laurel #218A3C
Tints of Japanese Laurel #218A3C
RGB
CMYK
RGB Variations
Color information
#218A3C (or 0x218A3C) is known color: Japanese Laurel. HEX triplet: 21, 8A and 3C. RGB value is (33,138,60). Sum of RGB (Red+Green+Blue) = 33+138+60=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 138 (54.30% from 255 or 59.74% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 138 - color contains mainly: green. Hex color #218A3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218A3C is #DE75C3. Grayscale: #616161. Windows color (decimal): -14579140 or 3967521. OLE color: 3967521.
HSL color Cylindrical-coordinate representation of color #218A3C: hue angle of 135.43º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218A3C is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 138 | 60 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.46 |
| HSL | 135.43º | 0.61% | 0.34% | - |
| HSV(B) | 135.43º | 0.76% | 0.54% | - |
| XYZ | 10.53 | 18.83 | 7.35 | - |
| YUV | 97.71 | 106.71 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 60 | 0.76 | 0 | 0.57 | 0.46 | 135.43 | 0.61 | 0.34 |
| Hex | 21 | 8A | 3C | 4C | 0 | 39 | 2E | 87 | 3D | 22 |
| Octal | 41 | 212 | 74 | 114 | 0 | 71 | 56 | 207 | 75 | 42 |
| Binary | 100001 | 10001010 | 111100 | 1001100 | 0 | 111001 | 101110 | 10000111 | 111101 | 100010 |
Color Harmonies of #218A3C
Complementary color
Monochromatic Colors of #218A3C
Black with #218A3C
Text Example
Text Example
White with #218A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218A3C; }
p { color: rgb(33,138,60); }
H1.HeaderClassName
{
color: #218A3C;
}
.AnyTagClassName
{
color: #218A3C;
}
</style>
background-color css
<style>
a { background-color: #218A3C; }
a { background-color: rgb(33,138,60); }
div.DivClassName
{
background-color: #218A3C;
}
.BgClassName
{
background-color: #218A3C;
}
</style>
border-color css
<style>
span { border-color: #218A3C; }
span { border-color: rgb(33,138,60); }
td.TdClassName
{
border-color: #218A3C;
}
.TagClassName
{
border-color: #218A3C;
}
</style>