Shades of Pine Tree #283F12
Tints of Pine Tree #283F12
RGB
CMYK
RGB Variations
Color information
#283F12 (or 0x283F12) is known color: Pine Tree. HEX triplet: 28, 3F and 12. RGB value is (40,63,18). Sum of RGB (Red+Green+Blue) = 40+63+18=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 63 (25% from 255 or 52.07% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 63 - color contains mainly: green. Hex color #283F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283F12 is #D7C0ED. Grayscale: #333333. Windows color (decimal): -14139630 or 1195816. OLE color: 1195816.
HSL color Cylindrical-coordinate representation of color #283F12: hue angle of 90.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #283F12 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 63 | 18 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.75 |
| HSL | 90.67º | 0.56% | 0.16% | - |
| HSV(B) | 90.67º | 0.71% | 0.25% | - |
| XYZ | 2.76 | 4.05 | 1.21 | - |
| YUV | 50.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 18 | 0.37 | 0 | 0.71 | 0.75 | 90.67 | 0.56 | 0.16 |
| Hex | 28 | 3F | 12 | 25 | 0 | 47 | 4B | 5B | 38 | 10 |
| Octal | 50 | 77 | 22 | 45 | 0 | 107 | 113 | 133 | 70 | 20 |
| Binary | 101000 | 111111 | 10010 | 100101 | 0 | 1000111 | 1001011 | 1011011 | 111000 | 10000 |
Color Harmonies of #283F12
Complementary color
Monochromatic Colors of #283F12
Black with #283F12
Text Example
Text Example
White with #283F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F12; }
p { color: rgb(40,63,18); }
H1.HeaderClassName
{
color: #283F12;
}
.AnyTagClassName
{
color: #283F12;
}
</style>
background-color css
<style>
a { background-color: #283F12; }
a { background-color: rgb(40,63,18); }
div.DivClassName
{
background-color: #283F12;
}
.BgClassName
{
background-color: #283F12;
}
</style>
border-color css
<style>
span { border-color: #283F12; }
span { border-color: rgb(40,63,18); }
td.TdClassName
{
border-color: #283F12;
}
.TagClassName
{
border-color: #283F12;
}
</style>