Html Css Color HEX #080A04 Pine Tree

📋 copy color: '#080A04'

red 8 ◦ green 10 ◦ blue 4

#080A04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #080A04

Tints of Pine Tree #080A04

RGB

 RED value IS 8 (3.52% from 255) = 36.36%

 GREEN value IS 10 (4.3% from 255) = 45.45%

 BLUE value IS 4 (1.95% from 255) = 18.18%

R = 36.36%
G = 45.45%
B = 18.18%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.6

 K value IS 0.96

RGB Variations

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

Color information

#080A04 (or 0x080A04) is known color: Pine Tree. HEX triplet: 08, 0A and 04. RGB value is (8,10,4). Sum of RGB (Red+Green+Blue) = 8+10+4=22 (2% of max value = 765). Red value is 8 (3.52% from 255 or 36.36% from 22); Green value is 10 (4.30% from 255 or 45.45% from 22); Blue value is 4 (1.95% from 255 or 18.18% from 22); Max value from RGB is 10 - color contains mainly: green. Hex color #080A04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A04 is #F7F5FB. Grayscale: #080808. Windows color (decimal): -16250364 or 264712. OLE color: 264712.

HSL color Cylindrical-coordinate representation of color #080A04: hue angle of 80º degrees, saturation: 0.43, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #080A04 is Cyan = 0.2, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.96.

Color convert

RGB 8 10 4 -
CMYK 0.2 0 0.6 0.96
HSL 80º 0.43% 0.03% -
HSV(B) 80º 0.6% 0.04% -
XYZ 0.23 0.28 0.16 -
YUV 8.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 8 10 4 0.2 0 0.6 0.96 80 0.43 0.03
Hex 8 A 4 14 0 3C 60 50 2B 3
Octal 10 12 4 24 0 74 140 120 53 3
Binary 1000 1010 100 10100 0 111100 1100000 1010000 101011 11

Color Harmonies of #080A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A04

Black with #080A04

Text Example


Text Example

White with #080A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,10,4); }

 H1.HeaderClassName
 {
   color: #080A04;
 }
 .AnyTagClassName
 {
   color: #080A04;
 }
</style>

background-color css

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

 a { background-color: rgb(8,10,4); }

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

border-color css

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

 span { border-color: rgb(8,10,4); }

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