#090D01

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

Shades of Pine Tree #090D01

Tints of Pine Tree #090D01

Color information

#090D01 (or 0x090D01) is unknown color: approx Pine Tree. HEX triplet: 09, 0D and 01. RGB value is (9,13,1). Sum of RGB (Red+Green+Blue) = 9+13+1=23 (3% of max value = 765). Red value is 9 (3.91% from 255 or 39.13% from 23); Green value is 13 (5.47% from 255 or 56.52% from 23); Blue value is 1 (0.78% from 255 or 4.35% from 23); Max value from RGB is 13 - color contains mainly: green. Hex color #090D01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090D01 is #F6F2FE. Grayscale: #0A0A0A. Windows color (decimal): -16184063 or 68873. OLE color: 68873.

HSL color Cylindrical-coordinate representation of color #090D01: hue angle of 80º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #090D01 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.95.

Color convert

RGB9131-
CMYK0.3100.920.95
HSL80º85.71%2.75%-
HSV(B)80º92.31%5.1%-
XYZ0.260.350.08-
YUV10.44122.67126.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 39.13%
GREEN value IS 13 (5.47% from 255) = 56.52%
BLUE value IS 1 (0.78% from 255) = 4.35%
R=39.13%
G=56.52%
B=4.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal91310.3100.920.958085.712.75
Hex9D11F05C5F50563
Octal111513701341371201263
Binary100111011111110101110010111111010000101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090D01; }

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

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

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

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

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

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

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

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