#040902

Color #040902 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #040902

Tints of Pine Tree #040902

Color information

#040902 (or 0x040902) is unknown color: approx 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

RGB492-
CMYK0.5600.780.96
HSL102.86º63.64%2.16%-
HSV(B)102.86º77.78%3.53%-
XYZ0.160.230.09-
YUV6.71125.34126.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 26.67%
GREEN value IS 9 (3.91% from 255) = 60%
BLUE value IS 2 (1.17% from 255) = 13.33%
R=26.67%
G=60%
B=13.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal4920.5600.780.96102.8663.642.16
Hex4923804E6067402
Octal41127001161401471002
Binary1001001101110000100111011000001100111100000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>