Shades of Palm Green #21392F
Tints of Palm Green #21392F
RGB
CMYK
RGB Variations
Color information
#21392F (or 0x21392F) is known color: Palm Green. HEX triplet: 21, 39 and 2F. RGB value is (33,57,47). Sum of RGB (Red+Green+Blue) = 33+57+47=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 57 - color contains mainly: green. Hex color #21392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21392F is #DEC6D0. Grayscale: #303030. Windows color (decimal): -14599889 or 3094817. OLE color: 3094817.
HSL color Cylindrical-coordinate representation of color #21392F: hue angle of 155º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #21392F is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 57 | 47 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.78 |
| HSL | 155º | 0.27% | 0.18% | - |
| HSV(B) | 155º | 0.42% | 0.22% | - |
| XYZ | 2.6 | 3.45 | 3.22 | - |
| YUV | 48.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 47 | 0.42 | 0 | 0.18 | 0.78 | 155 | 0.27 | 0.18 |
| Hex | 21 | 39 | 2F | 2A | 0 | 12 | 4E | 9B | 1B | 12 |
| Octal | 41 | 71 | 57 | 52 | 0 | 22 | 116 | 233 | 33 | 22 |
| Binary | 100001 | 111001 | 101111 | 101010 | 0 | 10010 | 1001110 | 10011011 | 11011 | 10010 |
Color Harmonies of #21392F
Complementary color
Monochromatic Colors of #21392F
Black with #21392F
Text Example
Text Example
White with #21392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21392F; }
p { color: rgb(33,57,47); }
H1.HeaderClassName
{
color: #21392F;
}
.AnyTagClassName
{
color: #21392F;
}
</style>
background-color css
<style>
a { background-color: #21392F; }
a { background-color: rgb(33,57,47); }
div.DivClassName
{
background-color: #21392F;
}
.BgClassName
{
background-color: #21392F;
}
</style>
border-color css
<style>
span { border-color: #21392F; }
span { border-color: rgb(33,57,47); }
td.TdClassName
{
border-color: #21392F;
}
.TagClassName
{
border-color: #21392F;
}
</style>