#091902

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

Shades of Pine Tree #091902

Tints of Pine Tree #091902

Color information

#091902 (or 0x091902) is unknown color: approx Pine Tree. HEX triplet: 09, 19 and 02. RGB value is (9,25,2). Sum of RGB (Red+Green+Blue) = 9+25+2=36 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25% from 36); Green value is 25 (10.16% from 255 or 69.44% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 25 - color contains mainly: green. Hex color #091902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091902 is #F6E6FD. Grayscale: #111111. Windows color (decimal): -16180990 or 137481. OLE color: 137481.

HSL color Cylindrical-coordinate representation of color #091902: hue angle of 101.74º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091902 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.

Color convert

RGB9252-
CMYK0.6400.920.90
HSL101.74º85.19%5.29%-
HSV(B)101.74º92%9.8%-
XYZ0.470.760.18-
YUV17.59119.2121.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 25%
GREEN value IS 25 (10.16% from 255) = 69.44%
BLUE value IS 2 (1.17% from 255) = 5.56%
R=25%
G=69.44%
B=5.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal92520.6400.920.90101.7485.195.29
Hex91924005C5A66555
Octal1131210001341321461255
Binary10011100110100000001011100101101011001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091902; }

 p { color: rgb(9,25,2); }

 H1.HeaderClassName
 {
   color: #091902;
 }
 .AnyTagClassName
 {
   color: #091902;
 }
</style>
background-color css

<style>
 a { background-color: #091902; }

 a { background-color: rgb(9,25,2); }

 div.DivClassName
 {
   background-color: #091902;
 }
 .BgClassName
 {
   background-color: #091902;
 }
</style>
border-color css

<style>
 span { border-color: #091902; }

 span { border-color: rgb(9,25,2); }

 td.TdClassName
 {
   border-color: #091902;
 }
 .TagClassName
 {
   border-color: #091902;
 }
</style>