#080D05

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

Shades of Pine Tree #080D05

Tints of Pine Tree #080D05

Color information

#080D05 (or 0x080D05) is unknown color: approx Pine Tree. HEX triplet: 08, 0D and 05. RGB value is (8,13,5). Sum of RGB (Red+Green+Blue) = 8+13+5=26 (3% of max value = 765). Red value is 8 (3.52% from 255 or 30.77% from 26); Green value is 13 (5.47% from 255 or 50% from 26); Blue value is 5 (2.34% from 255 or 19.23% from 26); Max value from RGB is 13 - color contains mainly: green. Hex color #080D05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D05 is #F7F2FA. Grayscale: #0A0A0A. Windows color (decimal): -16249595 or 331016. OLE color: 331016.

HSL color Cylindrical-coordinate representation of color #080D05: hue angle of 97.5º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #080D05 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.95.

Color convert

RGB8135-
CMYK0.3800.620.95
HSL97.5º44.44%3.53%-
HSV(B)97.5º61.54%5.1%-
XYZ0.270.350.2-
YUV10.59124.84126.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 30.77%
GREEN value IS 13 (5.47% from 255) = 50%
BLUE value IS 5 (2.34% from 255) = 19.23%
R=30.77%
G=50%
B=19.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal81350.3800.620.9597.544.443.53
Hex8D52603E5F622c4
Octal1015546076137142544
Binary10001101101100110011111010111111100010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080D05; }

 p { color: rgb(8,13,5); }

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

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

 a { background-color: rgb(8,13,5); }

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

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

 span { border-color: rgb(8,13,5); }

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