Shades of Pine Tree #233B02
Tints of Pine Tree #233B02
RGB
CMYK
RGB Variations
Color information
#233B02 (or 0x233B02) is known color: Pine Tree. HEX triplet: 23, 3B and 02. RGB value is (35,59,2). Sum of RGB (Red+Green+Blue) = 35+59+2=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 59 (23.44% from 255 or 61.46% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 59 - color contains mainly: green. Hex color #233B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233B02 is #DCC4FD. Grayscale: #2D2D2D. Windows color (decimal): -14468350 or 146211. OLE color: 146211.
HSL color Cylindrical-coordinate representation of color #233B02: hue angle of 85.26º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #233B02 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 59 | 2 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.77 |
| HSL | 85.26º | 0.93% | 0.12% | - |
| HSV(B) | 85.26º | 0.97% | 0.23% | - |
| XYZ | 2.27 | 3.49 | 0.61 | - |
| YUV | 45.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 2 | 0.41 | 0 | 0.97 | 0.77 | 85.26 | 0.93 | 0.12 |
| Hex | 23 | 3B | 2 | 29 | 0 | 61 | 4D | 55 | 5D | C |
| Octal | 43 | 73 | 2 | 51 | 0 | 141 | 115 | 125 | 135 | 14 |
| Binary | 100011 | 111011 | 10 | 101001 | 0 | 1100001 | 1001101 | 1010101 | 1011101 | 1100 |
Color Harmonies of #233B02
Complementary color
Monochromatic Colors of #233B02
Black with #233B02
Text Example
Text Example
White with #233B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233B02; }
p { color: rgb(35,59,2); }
H1.HeaderClassName
{
color: #233B02;
}
.AnyTagClassName
{
color: #233B02;
}
</style>
background-color css
<style>
a { background-color: #233B02; }
a { background-color: rgb(35,59,2); }
div.DivClassName
{
background-color: #233B02;
}
.BgClassName
{
background-color: #233B02;
}
</style>
border-color css
<style>
span { border-color: #233B02; }
span { border-color: rgb(35,59,2); }
td.TdClassName
{
border-color: #233B02;
}
.TagClassName
{
border-color: #233B02;
}
</style>