Shades of Palm Green #21382D
Tints of Palm Green #21382D
RGB
CMYK
RGB Variations
Color information
#21382D (or 0x21382D) is known color: Palm Green. HEX triplet: 21, 38 and 2D. RGB value is (33,56,45). Sum of RGB (Red+Green+Blue) = 33+56+45=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 56 - color contains mainly: green. Hex color #21382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21382D is #DEC7D2. Grayscale: #2F2F2F. Windows color (decimal): -14600147 or 2963489. OLE color: 2963489.
HSL color Cylindrical-coordinate representation of color #21382D: hue angle of 151.3º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #21382D is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 56 | 45 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.78 |
| HSL | 151.3º | 0.26% | 0.17% | - |
| HSV(B) | 151.3º | 0.41% | 0.22% | - |
| XYZ | 2.52 | 3.34 | 2.99 | - |
| YUV | 47.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 45 | 0.41 | 0 | 0.20 | 0.78 | 151.3 | 0.26 | 0.17 |
| Hex | 21 | 38 | 2D | 29 | 0 | 14 | 4E | 97 | 1A | 11 |
| Octal | 41 | 70 | 55 | 51 | 0 | 24 | 116 | 227 | 32 | 21 |
| Binary | 100001 | 111000 | 101101 | 101001 | 0 | 10100 | 1001110 | 10010111 | 11010 | 10001 |
Color Harmonies of #21382D
Complementary color
Monochromatic Colors of #21382D
Black with #21382D
Text Example
Text Example
White with #21382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21382D; }
p { color: rgb(33,56,45); }
H1.HeaderClassName
{
color: #21382D;
}
.AnyTagClassName
{
color: #21382D;
}
</style>
background-color css
<style>
a { background-color: #21382D; }
a { background-color: rgb(33,56,45); }
div.DivClassName
{
background-color: #21382D;
}
.BgClassName
{
background-color: #21382D;
}
</style>
border-color css
<style>
span { border-color: #21382D; }
span { border-color: rgb(33,56,45); }
td.TdClassName
{
border-color: #21382D;
}
.TagClassName
{
border-color: #21382D;
}
</style>