#090D00

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

Shades of Pine Tree #090D00

Tints of Pine Tree #090D00

Color information

#090D00 (or 0x090D00) is unknown color: approx Pine Tree. HEX triplet: 09, 0D and 00. RGB value is (9,13,0). Sum of RGB (Red+Green+Blue) = 9+13+0=22 (2% of max value = 765). Red value is 9 (3.91% from 255 or 40.91% from 22); Green value is 13 (5.47% from 255 or 59.09% from 22); Blue value is 0 (0.39% from 255 or 0% from 22); Max value from RGB is 13 - color contains mainly: green. Hex color #090D00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090D00 is #F6F2FF. Grayscale: #0A0A0A. Windows color (decimal): -16184064 or 3337. OLE color: 3337.

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

Color convert

RGB9130-
CMYK0.31010.95
HSL78.46º100%2.55%-
HSV(B)78.46º100%5.1%-
XYZ0.260.350.05-
YUV10.32122.17127.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 40.91%
GREEN value IS 13 (5.47% from 255) = 59.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.91%
G=59.09%
B=0%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal91300.31010.9578.461002.55
Hex9D01F0645F4e643
Octal111503701441371161443
Binary100111010111110110010010111111001110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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