Shades of Pine Tree #232C12
Tints of Pine Tree #232C12
RGB
CMYK
RGB Variations
Color information
#232C12 (or 0x232C12) is known color: Pine Tree. HEX triplet: 23, 2C and 12. RGB value is (35,44,18). Sum of RGB (Red+Green+Blue) = 35+44+18=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 44 (17.58% from 255 or 45.36% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 44 - color contains mainly: green. Hex color #232C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232C12 is #DCD3ED. Grayscale: #262626. Windows color (decimal): -14472174 or 1190947. OLE color: 1190947.
HSL color Cylindrical-coordinate representation of color #232C12: hue angle of 80.77º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #232C12 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 44 | 18 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.83 |
| HSL | 80.77º | 0.42% | 0.12% | - |
| HSV(B) | 80.77º | 0.59% | 0.17% | - |
| XYZ | 1.7 | 2.2 | 0.91 | - |
| YUV | 38.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 18 | 0.20 | 0 | 0.59 | 0.83 | 80.77 | 0.42 | 0.12 |
| Hex | 23 | 2C | 12 | 14 | 0 | 3B | 53 | 51 | 2A | C |
| Octal | 43 | 54 | 22 | 24 | 0 | 73 | 123 | 121 | 52 | 14 |
| Binary | 100011 | 101100 | 10010 | 10100 | 0 | 111011 | 1010011 | 1010001 | 101010 | 1100 |
Color Harmonies of #232C12
Complementary color
Monochromatic Colors of #232C12
Black with #232C12
Text Example
Text Example
White with #232C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C12; }
p { color: rgb(35,44,18); }
H1.HeaderClassName
{
color: #232C12;
}
.AnyTagClassName
{
color: #232C12;
}
</style>
background-color css
<style>
a { background-color: #232C12; }
a { background-color: rgb(35,44,18); }
div.DivClassName
{
background-color: #232C12;
}
.BgClassName
{
background-color: #232C12;
}
</style>
border-color css
<style>
span { border-color: #232C12; }
span { border-color: rgb(35,44,18); }
td.TdClassName
{
border-color: #232C12;
}
.TagClassName
{
border-color: #232C12;
}
</style>