#091002

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

Shades of Pine Tree #091002

Tints of Pine Tree #091002

Color information

#091002 (or 0x091002) is unknown color: approx Pine Tree. HEX triplet: 09, 10 and 02. RGB value is (9,16,2). Sum of RGB (Red+Green+Blue) = 9+16+2=27 (3% of max value = 765). Red value is 9 (3.91% from 255 or 33.33% from 27); Green value is 16 (6.64% from 255 or 59.26% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 16 - color contains mainly: green. Hex color #091002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091002 is #F6EFFD. Grayscale: #0C0C0C. Windows color (decimal): -16183294 or 135177. OLE color: 135177.

HSL color Cylindrical-coordinate representation of color #091002: hue angle of 90º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091002 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB9162-
CMYK0.4400.870.94
HSL90º77.78%3.53%-
HSV(B)90º87.5%6.27%-
XYZ0.310.430.12-
YUV12.31122.18125.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 33.33%
GREEN value IS 16 (6.64% from 255) = 59.26%
BLUE value IS 2 (1.17% from 255) = 7.41%
R=33.33%
G=59.26%
B=7.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal91620.4400.870.949077.783.53
Hex91022C0575E5a4e4
Octal112025401271361321164
Binary1001100001010110001010111101111010110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091002; }

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

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

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

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

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

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

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

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