#050D01

Color #050D01 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #050D01

Tints of Pine Tree #050D01

Color information

#050D01 (or 0x050D01) is unknown color: approx Pine Tree. HEX triplet: 05, 0D and 01. RGB value is (5,13,1). Sum of RGB (Red+Green+Blue) = 5+13+1=19 (2% of max value = 765). Red value is 5 (2.34% from 255 or 26.32% from 19); Green value is 13 (5.47% from 255 or 68.42% from 19); Blue value is 1 (0.78% from 255 or 5.26% from 19); Max value from RGB is 13 - color contains mainly: green. Hex color #050D01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D01 is #FAF2FE. Grayscale: #090909. Windows color (decimal): -16446207 or 68869. OLE color: 68869.

HSL color Cylindrical-coordinate representation of color #050D01: hue angle of 100º degrees, saturation: 0.86, 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 #050D01 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.95.

Color convert

RGB5131-
CMYK0.6200.920.95
HSL100º85.71%2.75%-
HSV(B)100º92.31%5.1%-
XYZ0.210.320.08-
YUV9.24123.35124.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 26.32%
GREEN value IS 13 (5.47% from 255) = 68.42%
BLUE value IS 1 (0.78% from 255) = 5.26%
R=26.32%
G=68.42%
B=5.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal51310.6200.920.9510085.712.75
Hex5D13E05C5F64563
Octal51517601341371441263
Binary101110111111100101110010111111100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #050D01;
 }
 .AnyTagClassName
 {
   color: #050D01;
 }
</style>
background-color css

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

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

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

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

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

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