Html Css Color HEX #080D01 Pine Tree

📋 copy color: '#080D01'

red 8 ◦ green 13 ◦ blue 1

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

Shades of Pine Tree #080D01

Tints of Pine Tree #080D01

RGB

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

 GREEN value IS 13 (5.47% from 255) = 59.09%

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

R = 36.36%
G = 59.09%
B = 4.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.95

RGB Variations

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

Color information

#080D01 (or 0x080D01) is known color: Pine Tree. HEX triplet: 08, 0D and 01. RGB value is (8,13,1). Sum of RGB (Red+Green+Blue) = 8+13+1=22 (2% of max value = 765). Red value is 8 (3.52% from 255 or 36.36% from 22); Green value is 13 (5.47% from 255 or 59.09% from 22); Blue value is 1 (0.78% from 255 or 4.55% from 22); Max value from RGB is 13 - color contains mainly: green. Hex color #080D01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D01 is #F7F2FE. Grayscale: #0A0A0A. Windows color (decimal): -16249599 or 68872. OLE color: 68872.

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

Color convert

RGB 8 13 1 -
CMYK 0.38 0 0.92 0.95
HSL 85º 0.86% 0.03% -
HSV(B) 85º 0.92% 0.05% -
XYZ 0.25 0.34 0.08 -
YUV 10.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 8 13 1 0.38 0 0.92 0.95 85 0.86 0.03
Hex 8 D 1 26 0 5C 5F 55 56 3
Octal 10 15 1 46 0 134 137 125 126 3
Binary 1000 1101 1 100110 0 1011100 1011111 1010101 1010110 11

Color Harmonies of #080D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D01

Black with #080D01

Text Example


Text Example

White with #080D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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