Html Css Color HEX #050802 Pine Tree

📋 copy color: '#050802'

red 5 ◦ green 8 ◦ blue 2

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

Shades of Pine Tree #050802

Tints of Pine Tree #050802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 13.33%

R = 33.33%
G = 53.33%
B = 13.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.75

 K value IS 0.97

RGB Variations

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

Color information

#050802 (or 0x050802) is known color: Pine Tree. HEX triplet: 05, 08 and 02. RGB value is (5,8,2). Sum of RGB (Red+Green+Blue) = 5+8+2=15 (1% of max value = 765). Red value is 5 (2.34% from 255 or 33.33% from 15); Green value is 8 (3.52% from 255 or 53.33% from 15); Blue value is 2 (1.17% from 255 or 13.33% from 15); Max value from RGB is 8 - color contains mainly: green. Hex color #050802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050802 is #FAF7FD. Grayscale: #060606. Windows color (decimal): -16447486 or 133125. OLE color: 133125.

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

Color convert

RGB 5 8 2 -
CMYK 0.38 0 0.75 0.97
HSL 90º 0.6% 0.02% -
HSV(B) 90º 0.75% 0.03% -
XYZ 0.16 0.21 0.09 -
YUV 6.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 5 8 2 0.38 0 0.75 0.97 90 0.6 0.02
Hex 5 8 2 26 0 4B 61 5A 3C 2
Octal 5 10 2 46 0 113 141 132 74 2
Binary 101 1000 10 100110 0 1001011 1100001 1011010 111100 10

Color Harmonies of #050802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050802

Black with #050802

Text Example


Text Example

White with #050802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050802; }

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

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

background-color css

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

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

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

border-color css

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

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

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