Html Css Color HEX #080F04 Pine Tree

📋 copy color: '#080F04'

red 8 ◦ green 15 ◦ blue 4

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

Shades of Pine Tree #080F04

Tints of Pine Tree #080F04

RGB

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

 GREEN value IS 15 (6.25% from 255) = 55.56%

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

R = 29.63%
G = 55.56%
B = 14.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.73

 K value IS 0.94

RGB Variations

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

Color information

#080F04 (or 0x080F04) is known color: Pine Tree. HEX triplet: 08, 0F and 04. RGB value is (8,15,4). Sum of RGB (Red+Green+Blue) = 8+15+4=27 (3% of max value = 765). Red value is 8 (3.52% from 255 or 29.63% from 27); Green value is 15 (6.25% from 255 or 55.56% from 27); Blue value is 4 (1.95% from 255 or 14.81% from 27); Max value from RGB is 15 - color contains mainly: green. Hex color #080F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F04 is #F7F0FB. Grayscale: #0B0B0B. Windows color (decimal): -16249084 or 265992. OLE color: 265992.

HSL color Cylindrical-coordinate representation of color #080F04: hue angle of 98.18º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #080F04 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.94.

Color convert

RGB 8 15 4 -
CMYK 0.47 0 0.73 0.94
HSL 98.18º 0.58% 0.04% -
HSV(B) 98.18º 0.73% 0.06% -
XYZ 0.29 0.4 0.18 -
YUV 11.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 8 15 4 0.47 0 0.73 0.94 98.18 0.58 0.04
Hex 8 F 4 2F 0 49 5E 62 3A 4
Octal 10 17 4 57 0 111 136 142 72 4
Binary 1000 1111 100 101111 0 1001001 1011110 1100010 111010 100

Color Harmonies of #080F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F04

Black with #080F04

Text Example


Text Example

White with #080F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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