Shades of Pine Tree #232A19
Tints of Pine Tree #232A19
RGB
CMYK
RGB Variations
Color information
#232A19 (or 0x232A19) is known color: Pine Tree. HEX triplet: 23, 2A and 19. RGB value is (35,42,25). Sum of RGB (Red+Green+Blue) = 35+42+25=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 42 (16.80% from 255 or 41.18% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 42 - color contains mainly: green. Hex color #232A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232A19 is #DCD5E6. Grayscale: #262626. Windows color (decimal): -14472679 or 1649187. OLE color: 1649187.
HSL color Cylindrical-coordinate representation of color #232A19: hue angle of 84.71º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #232A19 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 42 | 25 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.84 |
| HSL | 84.71º | 0.25% | 0.13% | - |
| HSV(B) | 84.71º | 0.4% | 0.16% | - |
| XYZ | 1.7 | 2.08 | 1.23 | - |
| YUV | 37.97 | 120.68 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 25 | 0.17 | 0 | 0.40 | 0.84 | 84.71 | 0.25 | 0.13 |
| Hex | 23 | 2A | 19 | 11 | 0 | 28 | 54 | 55 | 19 | D |
| Octal | 43 | 52 | 31 | 21 | 0 | 50 | 124 | 125 | 31 | 15 |
| Binary | 100011 | 101010 | 11001 | 10001 | 0 | 101000 | 1010100 | 1010101 | 11001 | 1101 |
Color Harmonies of #232A19
Complementary color
Monochromatic Colors of #232A19
Black with #232A19
Text Example
Text Example
White with #232A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A19; }
p { color: rgb(35,42,25); }
H1.HeaderClassName
{
color: #232A19;
}
.AnyTagClassName
{
color: #232A19;
}
</style>
background-color css
<style>
a { background-color: #232A19; }
a { background-color: rgb(35,42,25); }
div.DivClassName
{
background-color: #232A19;
}
.BgClassName
{
background-color: #232A19;
}
</style>
border-color css
<style>
span { border-color: #232A19; }
span { border-color: rgb(35,42,25); }
td.TdClassName
{
border-color: #232A19;
}
.TagClassName
{
border-color: #232A19;
}
</style>