Html Css Color HEX #080B04 Pine Tree

📋 copy color: '#080B04'

red 8 ◦ green 11 ◦ blue 4

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

Shades of Pine Tree #080B04

Tints of Pine Tree #080B04

RGB

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

 GREEN value IS 11 (4.69% from 255) = 47.83%

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

R = 34.78%
G = 47.83%
B = 17.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.96

RGB Variations

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

Color information

#080B04 (or 0x080B04) is known color: Pine Tree. HEX triplet: 08, 0B and 04. RGB value is (8,11,4). Sum of RGB (Red+Green+Blue) = 8+11+4=23 (3% of max value = 765). Red value is 8 (3.52% from 255 or 34.78% from 23); Green value is 11 (4.69% from 255 or 47.83% from 23); Blue value is 4 (1.95% from 255 or 17.39% from 23); Max value from RGB is 11 - color contains mainly: green. Hex color #080B04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B04 is #F7F4FB. Grayscale: #090909. Windows color (decimal): -16250108 or 264968. OLE color: 264968.

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

Color convert

RGB 8 11 4 -
CMYK 0.27 0 0.64 0.96
HSL 85.71º 0.47% 0.03% -
HSV(B) 85.71º 0.64% 0.04% -
XYZ 0.24 0.3 0.16 -
YUV 9.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 8 11 4 0.27 0 0.64 0.96 85.71 0.47 0.03
Hex 8 B 4 1B 0 40 60 56 2F 3
Octal 10 13 4 33 0 100 140 126 57 3
Binary 1000 1011 100 11011 0 1000000 1100000 1010110 101111 11

Color Harmonies of #080B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080B04

Black with #080B04

Text Example


Text Example

White with #080B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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