#091200

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

Shades of Pine Tree #091200

Tints of Pine Tree #091200

Color information

#091200 (or 0x091200) is unknown color: approx Pine Tree. HEX triplet: 09, 12 and 00. RGB value is (9,18,0). Sum of RGB (Red+Green+Blue) = 9+18+0=27 (3% of max value = 765). Red value is 9 (3.91% from 255 or 33.33% from 27); Green value is 18 (7.42% from 255 or 66.67% from 27); Blue value is 0 (0.39% from 255 or 0% from 27); Max value from RGB is 18 - color contains mainly: green. Hex color #091200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091200 is #F6EDFF. Grayscale: #0D0D0D. Windows color (decimal): -16182784 or 4617. OLE color: 4617.

HSL color Cylindrical-coordinate representation of color #091200: hue angle of 90º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #091200 is Cyan = 0.5, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB9180-
CMYK0.5010.93
HSL90º100%3.53%-
HSV(B)90º100%7.06%-
XYZ0.330.490.08-
YUV13.26120.52124.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 33.33%
GREEN value IS 18 (7.42% from 255) = 66.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.33%
G=66.67%
B=0%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal91800.5010.93901003.53
Hex9120320645D5a644
Octal112206201441351321444
Binary100110010011001001100100101110110110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091200; }

 p { color: rgb(9,18,0); }

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

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

 a { background-color: rgb(9,18,0); }

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

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

 span { border-color: rgb(9,18,0); }

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