#091A01

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

Shades of Pine Tree #091A01

Tints of Pine Tree #091A01

Color information

#091A01 (or 0x091A01) is unknown color: approx Pine Tree. HEX triplet: 09, 1A and 01. RGB value is (9,26,1). Sum of RGB (Red+Green+Blue) = 9+26+1=36 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25% from 36); Green value is 26 (10.55% from 255 or 72.22% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 26 - color contains mainly: green. Hex color #091A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091A01 is #F6E5FE. Grayscale: #121212. Windows color (decimal): -16180735 or 72201. OLE color: 72201.

HSL color Cylindrical-coordinate representation of color #091A01: hue angle of 100.8º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091A01 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB9261-
CMYK0.6500.960.90
HSL100.8º92.59%5.29%-
HSV(B)100.8º96.15%10.2%-
XYZ0.490.80.16-
YUV18.07118.37121.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 25%
GREEN value IS 26 (10.55% from 255) = 72.22%
BLUE value IS 1 (0.78% from 255) = 2.78%
R=25%
G=72.22%
B=2.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal92610.6500.960.90100.892.595.29
Hex91A1410605A655d5
Octal1132110101401321451355
Binary1001110101100000101100000101101011001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091A01; }

 p { color: rgb(9,26,1); }

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

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

 a { background-color: rgb(9,26,1); }

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

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

 span { border-color: rgb(9,26,1); }

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