Html Css Color HEX #080C01 Pine Tree

📋 copy color: '#080C01'

red 8 ◦ green 12 ◦ blue 1

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

Shades of Pine Tree #080C01

Tints of Pine Tree #080C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 57.14%

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

R = 38.1%
G = 57.14%
B = 4.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.95

RGB Variations

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

Color information

#080C01 (or 0x080C01) is known color: Pine Tree. HEX triplet: 08, 0C and 01. RGB value is (8,12,1). Sum of RGB (Red+Green+Blue) = 8+12+1=21 (2% of max value = 765). Red value is 8 (3.52% from 255 or 38.10% from 21); Green value is 12 (5.08% from 255 or 57.14% from 21); Blue value is 1 (0.78% from 255 or 4.76% from 21); Max value from RGB is 12 - color contains mainly: green. Hex color #080C01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C01 is #F7F3FE. Grayscale: #090909. Windows color (decimal): -16249855 or 68616. OLE color: 68616.

HSL color Cylindrical-coordinate representation of color #080C01: hue angle of 81.82º degrees, saturation: 0.85, 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 #080C01 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.95.

Color convert

RGB 8 12 1 -
CMYK 0.33 0 0.92 0.95
HSL 81.82º 0.85% 0.03% -
HSV(B) 81.82º 0.92% 0.05% -
XYZ 0.24 0.32 0.08 -
YUV 9.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 8 12 1 0.33 0 0.92 0.95 81.82 0.85 0.03
Hex 8 C 1 21 0 5C 5F 52 55 3
Octal 10 14 1 41 0 134 137 122 125 3
Binary 1000 1100 1 100001 0 1011100 1011111 1010010 1010101 11

Color Harmonies of #080C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C01

Black with #080C01

Text Example


Text Example

White with #080C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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