Html Css Color HEX #080C05 Pine Tree

📋 copy color: '#080C05'

red 8 ◦ green 12 ◦ blue 5

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

Shades of Pine Tree #080C05

Tints of Pine Tree #080C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 20%

R = 32%
G = 48%
B = 20%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.95

RGB Variations

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

Color information

#080C05 (or 0x080C05) is known color: Pine Tree. HEX triplet: 08, 0C and 05. RGB value is (8,12,5). Sum of RGB (Red+Green+Blue) = 8+12+5=25 (3% of max value = 765). Red value is 8 (3.52% from 255 or 32% from 25); Green value is 12 (5.08% from 255 or 48% from 25); Blue value is 5 (2.34% from 255 or 20% from 25); Max value from RGB is 12 - color contains mainly: green. Hex color #080C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C05 is #F7F3FA. Grayscale: #0A0A0A. Windows color (decimal): -16249851 or 330760. OLE color: 330760.

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

Color convert

RGB 8 12 5 -
CMYK 0.33 0 0.58 0.95
HSL 94.29º 0.41% 0.03% -
HSV(B) 94.29º 0.58% 0.05% -
XYZ 0.26 0.33 0.19 -
YUV 10.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 8 12 5 0.33 0 0.58 0.95 94.29 0.41 0.03
Hex 8 C 5 21 0 3A 5F 5E 29 3
Octal 10 14 5 41 0 72 137 136 51 3
Binary 1000 1100 101 100001 0 111010 1011111 1011110 101001 11

Color Harmonies of #080C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C05

Black with #080C05

Text Example


Text Example

White with #080C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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