Shades of Pine Tree #233D03
Tints of Pine Tree #233D03
RGB
CMYK
RGB Variations
Color information
#233D03 (or 0x233D03) is known color: Pine Tree. HEX triplet: 23, 3D and 03. RGB value is (35,61,3). Sum of RGB (Red+Green+Blue) = 35+61+3=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 61 (24.22% from 255 or 61.62% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 61 - color contains mainly: green. Hex color #233D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233D03 is #DCC2FC. Grayscale: #2E2E2E. Windows color (decimal): -14467837 or 212259. OLE color: 212259.
HSL color Cylindrical-coordinate representation of color #233D03: hue angle of 86.9º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #233D03 is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 61 | 3 | - |
| CMYK | 0.43 | 0 | 0.95 | 0.76 |
| HSL | 86.9º | 0.91% | 0.13% | - |
| HSV(B) | 86.9º | 0.95% | 0.24% | - |
| XYZ | 2.38 | 3.7 | 0.68 | - |
| YUV | 46.61 | 103.39 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 3 | 0.43 | 0 | 0.95 | 0.76 | 86.9 | 0.91 | 0.13 |
| Hex | 23 | 3D | 3 | 2B | 0 | 5F | 4C | 57 | 5B | D |
| Octal | 43 | 75 | 3 | 53 | 0 | 137 | 114 | 127 | 133 | 15 |
| Binary | 100011 | 111101 | 11 | 101011 | 0 | 1011111 | 1001100 | 1010111 | 1011011 | 1101 |
Color Harmonies of #233D03
Complementary color
Monochromatic Colors of #233D03
Black with #233D03
Text Example
Text Example
White with #233D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D03; }
p { color: rgb(35,61,3); }
H1.HeaderClassName
{
color: #233D03;
}
.AnyTagClassName
{
color: #233D03;
}
</style>
background-color css
<style>
a { background-color: #233D03; }
a { background-color: rgb(35,61,3); }
div.DivClassName
{
background-color: #233D03;
}
.BgClassName
{
background-color: #233D03;
}
</style>
border-color css
<style>
span { border-color: #233D03; }
span { border-color: rgb(35,61,3); }
td.TdClassName
{
border-color: #233D03;
}
.TagClassName
{
border-color: #233D03;
}
</style>