Html Css Color HEX #080F01 Pine Tree

📋 copy color: '#080F01'

red 8 ◦ green 15 ◦ blue 1

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

Shades of Pine Tree #080F01

Tints of Pine Tree #080F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 4.17%

R = 33.33%
G = 62.5%
B = 4.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.94

RGB Variations

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

Color information

#080F01 (or 0x080F01) is known color: Pine Tree. HEX triplet: 08, 0F and 01. RGB value is (8,15,1). Sum of RGB (Red+Green+Blue) = 8+15+1=24 (3% of max value = 765). Red value is 8 (3.52% from 255 or 33.33% from 24); Green value is 15 (6.25% from 255 or 62.5% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 15 - color contains mainly: green. Hex color #080F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F01 is #F7F0FE. Grayscale: #0B0B0B. Windows color (decimal): -16249087 or 69384. OLE color: 69384.

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

Color convert

RGB 8 15 1 -
CMYK 0.47 0 0.93 0.94
HSL 90º 0.88% 0.03% -
HSV(B) 90º 0.93% 0.06% -
XYZ 0.28 0.4 0.09 -
YUV 11.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 8 15 1 0.47 0 0.93 0.94 90 0.88 0.03
Hex 8 F 1 2F 0 5D 5E 5A 58 3
Octal 10 17 1 57 0 135 136 132 130 3
Binary 1000 1111 1 101111 0 1011101 1011110 1011010 1011000 11

Color Harmonies of #080F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F01

Black with #080F01

Text Example


Text Example

White with #080F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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