Shades of Pine Tree #040902
Tints of Pine Tree #040902
RGB
CMYK
RGB Variations
Color information
#040902 (or 0x040902) is known color: Pine Tree. HEX triplet: 04, 09 and 02. RGB value is (4,9,2). Sum of RGB (Red+Green+Blue) = 4+9+2=15 (1% of max value = 765). Red value is 4 (1.95% from 255 or 26.67% from 15); Green value is 9 (3.91% from 255 or 60% from 15); Blue value is 2 (1.17% from 255 or 13.33% from 15); Max value from RGB is 9 - color contains mainly: green. Hex color #040902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040902 is #FBF6FD. Grayscale: #060606. Windows color (decimal): -16512766 or 133380. OLE color: 133380.
HSL color Cylindrical-coordinate representation of color #040902: hue angle of 102.86º degrees, saturation: 0.64, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #040902 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.96.
Color convert
RGB | 4 | 9 | 2 | - |
CMYK | 0.56 | 0 | 0.78 | 0.96 |
HSL | 102.86º | 0.64% | 0.02% | - |
HSV(B) | 102.86º | 0.78% | 0.04% | - |
XYZ | 0.16 | 0.23 | 0.09 | - |
YUV | 6.71 | 125.34 | 126.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 9 | 2 | 0.56 | 0 | 0.78 | 0.96 | 102.86 | 0.64 | 0.02 |
Hex | 4 | 9 | 2 | 38 | 0 | 4E | 60 | 67 | 40 | 2 |
Octal | 4 | 11 | 2 | 70 | 0 | 116 | 140 | 147 | 100 | 2 |
Binary | 100 | 1001 | 10 | 111000 | 0 | 1001110 | 1100000 | 1100111 | 1000000 | 10 |
Color Harmonies of #040902
Complementary color
Monochromatic Colors of #040902
Black with #040902
Text Example
Text Example
White with #040902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040902; }
p { color: rgb(4,9,2); }
H1.HeaderClassName
{
color: #040902;
}
.AnyTagClassName
{
color: #040902;
}
</style>
background-color css
<style>
a { background-color: #040902; }
a { background-color: rgb(4,9,2); }
div.DivClassName
{
background-color: #040902;
}
.BgClassName
{
background-color: #040902;
}
</style>
border-color css
<style>
span { border-color: #040902; }
span { border-color: rgb(4,9,2); }
td.TdClassName
{
border-color: #040902;
}
.TagClassName
{
border-color: #040902;
}
</style>