#090F05

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

Shades of Pine Tree #090F05

Tints of Pine Tree #090F05

Color information

#090F05 (or 0x090F05) is unknown color: approx Pine Tree. HEX triplet: 09, 0F and 05. RGB value is (9,15,5). Sum of RGB (Red+Green+Blue) = 9+15+5=29 (3% of max value = 765). Red value is 9 (3.91% from 255 or 31.03% from 29); Green value is 15 (6.25% from 255 or 51.72% from 29); Blue value is 5 (2.34% from 255 or 17.24% from 29); Max value from RGB is 15 - color contains mainly: green. Hex color #090F05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090F05 is #F6F0FA. Grayscale: #0C0C0C. Windows color (decimal): -16183547 or 331529. OLE color: 331529.

HSL color Cylindrical-coordinate representation of color #090F05: hue angle of 96º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #090F05 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.94.

Color convert

RGB9155-
CMYK0.4000.670.94
HSL96º50%3.92%-
HSV(B)96º66.67%5.88%-
XYZ0.310.410.21-
YUV12.07124.01125.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 31.03%
GREEN value IS 15 (6.25% from 255) = 51.72%
BLUE value IS 5 (2.34% from 255) = 17.24%
R=31.03%
G=51.72%
B=17.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal91550.4000.670.9496503.92
Hex9F5280435E60324
Octal11175500103136140624
Binary100111111011010000100001110111101100000110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,15,5); }

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

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

 a { background-color: rgb(9,15,5); }

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

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

 span { border-color: rgb(9,15,5); }

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