Shades of Pine Tree #233601
Tints of Pine Tree #233601
RGB
CMYK
RGB Variations
Color information
#233601 (or 0x233601) is known color: Pine Tree. HEX triplet: 23, 36 and 01. RGB value is (35,54,1). Sum of RGB (Red+Green+Blue) = 35+54+1=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 54 (21.48% from 255 or 60% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 54 - color contains mainly: green. Hex color #233601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233601 is #DCC9FE. Grayscale: #2A2A2A. Windows color (decimal): -14469631 or 79395. OLE color: 79395.
HSL color Cylindrical-coordinate representation of color #233601: hue angle of 81.51º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #233601 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 35 | 54 | 1 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.79 |
| HSL | 81.51º | 0.96% | 0.11% | - |
| HSV(B) | 81.51º | 0.98% | 0.21% | - |
| XYZ | 2.02 | 3 | 0.5 | - |
| YUV | 42.28 | 104.71 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 54 | 1 | 0.35 | 0 | 0.98 | 0.79 | 81.51 | 0.96 | 0.11 |
| Hex | 23 | 36 | 1 | 23 | 0 | 62 | 4F | 52 | 60 | B |
| Octal | 43 | 66 | 1 | 43 | 0 | 142 | 117 | 122 | 140 | 13 |
| Binary | 100011 | 110110 | 1 | 100011 | 0 | 1100010 | 1001111 | 1010010 | 1100000 | 1011 |
Color Harmonies of #233601
Complementary color
Monochromatic Colors of #233601
Black with #233601
Text Example
Text Example
White with #233601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233601; }
p { color: rgb(35,54,1); }
H1.HeaderClassName
{
color: #233601;
}
.AnyTagClassName
{
color: #233601;
}
</style>
background-color css
<style>
a { background-color: #233601; }
a { background-color: rgb(35,54,1); }
div.DivClassName
{
background-color: #233601;
}
.BgClassName
{
background-color: #233601;
}
</style>
border-color css
<style>
span { border-color: #233601; }
span { border-color: rgb(35,54,1); }
td.TdClassName
{
border-color: #233601;
}
.TagClassName
{
border-color: #233601;
}
</style>