Shades of Japanese Laurel #21893C
Tints of Japanese Laurel #21893C
RGB
CMYK
RGB Variations
Color information
#21893C (or 0x21893C) is known color: Japanese Laurel. HEX triplet: 21, 89 and 3C. RGB value is (33,137,60). Sum of RGB (Red+Green+Blue) = 33+137+60=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 137 (53.91% from 255 or 59.57% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 137 - color contains mainly: green. Hex color #21893C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21893C is #DE76C3. Grayscale: #616161. Windows color (decimal): -14579396 or 3967265. OLE color: 3967265.
HSL color Cylindrical-coordinate representation of color #21893C: hue angle of 135.58º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21893C is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 137 | 60 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.46 |
| HSL | 135.58º | 0.61% | 0.33% | - |
| HSV(B) | 135.58º | 0.76% | 0.54% | - |
| XYZ | 10.39 | 18.54 | 7.31 | - |
| YUV | 97.13 | 107.04 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 60 | 0.76 | 0 | 0.56 | 0.46 | 135.58 | 0.61 | 0.33 |
| Hex | 21 | 89 | 3C | 4C | 0 | 38 | 2E | 88 | 3D | 21 |
| Octal | 41 | 211 | 74 | 114 | 0 | 70 | 56 | 210 | 75 | 41 |
| Binary | 100001 | 10001001 | 111100 | 1001100 | 0 | 111000 | 101110 | 10001000 | 111101 | 100001 |
Color Harmonies of #21893C
Complementary color
Monochromatic Colors of #21893C
Black with #21893C
Text Example
Text Example
White with #21893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21893C; }
p { color: rgb(33,137,60); }
H1.HeaderClassName
{
color: #21893C;
}
.AnyTagClassName
{
color: #21893C;
}
</style>
background-color css
<style>
a { background-color: #21893C; }
a { background-color: rgb(33,137,60); }
div.DivClassName
{
background-color: #21893C;
}
.BgClassName
{
background-color: #21893C;
}
</style>
border-color css
<style>
span { border-color: #21893C; }
span { border-color: rgb(33,137,60); }
td.TdClassName
{
border-color: #21893C;
}
.TagClassName
{
border-color: #21893C;
}
</style>