Html Css Color HEX #050A01 Pine Tree

📋 copy color: '#050A01'

red 5 ◦ green 10 ◦ blue 1

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

Shades of Pine Tree #050A01

Tints of Pine Tree #050A01

RGB

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

 GREEN value IS 10 (4.3% from 255) = 62.5%

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

R = 31.25%
G = 62.5%
B = 6.25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.90

 K value IS 0.96

RGB Variations

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

Color information

#050A01 (or 0x050A01) is known color: Pine Tree. HEX triplet: 05, 0A and 01. RGB value is (5,10,1). Sum of RGB (Red+Green+Blue) = 5+10+1=16 (2% of max value = 765). Red value is 5 (2.34% from 255 or 31.25% from 16); Green value is 10 (4.30% from 255 or 62.5% from 16); Blue value is 1 (0.78% from 255 or 6.25% from 16); Max value from RGB is 10 - color contains mainly: green. Hex color #050A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050A01 is #FAF5FE. Grayscale: #070707. Windows color (decimal): -16446975 or 68101. OLE color: 68101.

HSL color Cylindrical-coordinate representation of color #050A01: hue angle of 93.33º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050A01 is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.96.

Color convert

RGB 5 10 1 -
CMYK 0.50 0 0.90 0.96
HSL 93.33º 0.82% 0.02% -
HSV(B) 93.33º 0.9% 0.04% -
XYZ 0.18 0.25 0.07 -
YUV 7.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 5 10 1 0.50 0 0.90 0.96 93.33 0.82 0.02
Hex 5 A 1 32 0 5A 60 5D 52 2
Octal 5 12 1 62 0 132 140 135 122 2
Binary 101 1010 1 110010 0 1011010 1100000 1011101 1010010 10

Color Harmonies of #050A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050A01

Black with #050A01

Text Example


Text Example

White with #050A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050A01; }

 p { color: rgb(5,10,1); }

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

background-color css

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

 a { background-color: rgb(5,10,1); }

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

border-color css

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

 span { border-color: rgb(5,10,1); }

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