Html Css Color HEX #050800 Pine Tree

📋 copy color: '#050800'

red 5 ◦ green 8 ◦ blue 0

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

Shades of Pine Tree #050800

Tints of Pine Tree #050800

RGB

 RED value IS 5 (2.34% from 255) = 38.46%

 GREEN value IS 8 (3.52% from 255) = 61.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.46%
G = 61.54%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.97

RGB Variations

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

Color information

#050800 (or 0x050800) is known color: Pine Tree. HEX triplet: 05, 08 and 00. RGB value is (5,8,0). Sum of RGB (Red+Green+Blue) = 5+8+0=13 (1% of max value = 765). Red value is 5 (2.34% from 255 or 38.46% from 13); Green value is 8 (3.52% from 255 or 61.54% from 13); Blue value is 0 (0.39% from 255 or 0% from 13); Max value from RGB is 8 - color contains mainly: green. Hex color #050800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050800 is #FAF7FF. Grayscale: #060606. Windows color (decimal): -16447488 or 2053. OLE color: 2053.

HSL color Cylindrical-coordinate representation of color #050800: hue angle of 82.5º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050800 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.97.

Color convert

RGB 5 8 0 -
CMYK 0.38 0 1 0.97
HSL 82.5º 1% 0.02% -
HSV(B) 82.5º 1% 0.03% -
XYZ 0.15 0.21 0.03 -
YUV 6.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 5 8 0 0.38 0 1 0.97 82.5 1 0.02
Hex 5 8 0 26 0 64 61 52 64 2
Octal 5 10 0 46 0 144 141 122 144 2
Binary 101 1000 0 100110 0 1100100 1100001 1010010 1100100 10

Color Harmonies of #050800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050800

Black with #050800

Text Example


Text Example

White with #050800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050800; }

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

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

background-color css

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

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

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

border-color css

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

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

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