Shades of Palm Green #1F352B
Tints of Palm Green #1F352B
RGB
CMYK
RGB Variations
Color information
#1F352B (or 0x1F352B) is known color: Palm Green. HEX triplet: 1F, 35 and 2B. RGB value is (31,53,43). Sum of RGB (Red+Green+Blue) = 31+53+43=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 53 - color contains mainly: green. Hex color #1F352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F352B is #E0CAD4. Grayscale: #2D2D2D. Windows color (decimal): -14731989 or 2831647. OLE color: 2831647.
HSL color Cylindrical-coordinate representation of color #1F352B: hue angle of 152.73º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1F352B is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
RGB | 31 | 53 | 43 | - |
CMYK | 0.42 | 0 | 0.19 | 0.79 |
HSL | 152.73º | 0.26% | 0.16% | - |
HSV(B) | 152.73º | 0.42% | 0.21% | - |
XYZ | 2.27 | 3.01 | 2.75 | - |
YUV | 45.28 | 126.71 | 117.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 53 | 43 | 0.42 | 0 | 0.19 | 0.79 | 152.73 | 0.26 | 0.16 |
Hex | 1F | 35 | 2B | 2A | 0 | 13 | 4F | 99 | 1A | 10 |
Octal | 37 | 65 | 53 | 52 | 0 | 23 | 117 | 231 | 32 | 20 |
Binary | 11111 | 110101 | 101011 | 101010 | 0 | 10011 | 1001111 | 10011001 | 11010 | 10000 |
Color Harmonies of #1F352B
Complementary color
Monochromatic Colors of #1F352B
Black with #1F352B
Text Example
Text Example
White with #1F352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F352B; }
p { color: rgb(31,53,43); }
H1.HeaderClassName
{
color: #1F352B;
}
.AnyTagClassName
{
color: #1F352B;
}
</style>
background-color css
<style>
a { background-color: #1F352B; }
a { background-color: rgb(31,53,43); }
div.DivClassName
{
background-color: #1F352B;
}
.BgClassName
{
background-color: #1F352B;
}
</style>
border-color css
<style>
span { border-color: #1F352B; }
span { border-color: rgb(31,53,43); }
td.TdClassName
{
border-color: #1F352B;
}
.TagClassName
{
border-color: #1F352B;
}
</style>