#030A01

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

Shades of Pine Tree #030A01

Tints of Pine Tree #030A01

Color information

#030A01 (or 0x030A01) is unknown color: approx Pine Tree. HEX triplet: 03, 0A and 01. RGB value is (3,10,1). Sum of RGB (Red+Green+Blue) = 3+10+1=14 (1% of max value = 765). Red value is 3 (1.56% from 255 or 21.43% from 14); Green value is 10 (4.30% from 255 or 71.43% from 14); Blue value is 1 (0.78% from 255 or 7.14% from 14); Max value from RGB is 10 - color contains mainly: green. Hex color #030A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030A01 is #FCF5FE. Grayscale: #060606. Windows color (decimal): -16578047 or 68099. OLE color: 68099.

HSL color Cylindrical-coordinate representation of color #030A01: hue angle of 106.67º 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 #030A01 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.96.

Color convert

RGB3101-
CMYK0.7000.900.96
HSL106.67º81.82%2.16%-
HSV(B)106.67º90%3.92%-
XYZ0.150.240.07-
YUV6.88124.68125.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 21.43%
GREEN value IS 10 (4.30% from 255) = 71.43%
BLUE value IS 1 (0.78% from 255) = 7.14%
R=21.43%
G=71.43%
B=7.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal31010.7000.900.96106.6781.822.16
Hex3A14605A606b522
Octal312110601321401531222
Binary111010110001100101101011000001101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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