Shades of Japanese Laurel #21883C
Tints of Japanese Laurel #21883C
RGB
CMYK
RGB Variations
Color information
#21883C (or 0x21883C) is known color: Japanese Laurel. HEX triplet: 21, 88 and 3C. RGB value is (33,136,60). Sum of RGB (Red+Green+Blue) = 33+136+60=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 136 (53.52% from 255 or 59.39% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 136 - color contains mainly: green. Hex color #21883C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21883C is #DE77C3. Grayscale: #606060. Windows color (decimal): -14579652 or 3967009. OLE color: 3967009.
HSL color Cylindrical-coordinate representation of color #21883C: hue angle of 135.73º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21883C is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 60 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.47 |
| HSL | 135.73º | 0.61% | 0.33% | - |
| HSV(B) | 135.73º | 0.76% | 0.53% | - |
| XYZ | 10.25 | 18.26 | 7.26 | - |
| YUV | 96.54 | 107.38 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 60 | 0.76 | 0 | 0.56 | 0.47 | 135.73 | 0.61 | 0.33 |
| Hex | 21 | 88 | 3C | 4C | 0 | 38 | 2F | 88 | 3D | 21 |
| Octal | 41 | 210 | 74 | 114 | 0 | 70 | 57 | 210 | 75 | 41 |
| Binary | 100001 | 10001000 | 111100 | 1001100 | 0 | 111000 | 101111 | 10001000 | 111101 | 100001 |
Color Harmonies of #21883C
Complementary color
Monochromatic Colors of #21883C
Black with #21883C
Text Example
Text Example
White with #21883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21883C; }
p { color: rgb(33,136,60); }
H1.HeaderClassName
{
color: #21883C;
}
.AnyTagClassName
{
color: #21883C;
}
</style>
background-color css
<style>
a { background-color: #21883C; }
a { background-color: rgb(33,136,60); }
div.DivClassName
{
background-color: #21883C;
}
.BgClassName
{
background-color: #21883C;
}
</style>
border-color css
<style>
span { border-color: #21883C; }
span { border-color: rgb(33,136,60); }
td.TdClassName
{
border-color: #21883C;
}
.TagClassName
{
border-color: #21883C;
}
</style>