#030801

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

Shades of Pine Tree #030801

Tints of Pine Tree #030801

Color information

#030801 (or 0x030801) is unknown color: approx Pine Tree. HEX triplet: 03, 08 and 01. RGB value is (3,8,1). Sum of RGB (Red+Green+Blue) = 3+8+1=12 (1% of max value = 765). Red value is 3 (1.56% from 255 or 25% from 12); Green value is 8 (3.52% from 255 or 66.67% from 12); Blue value is 1 (0.78% from 255 or 8.33% from 12); Max value from RGB is 8 - color contains mainly: green. Hex color #030801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030801 is #FCF7FE. Grayscale: #050505. Windows color (decimal): -16578559 or 67587. OLE color: 67587.

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

Color convert

RGB381-
CMYK0.6300.880.97
HSL102.86º77.78%1.76%-
HSV(B)102.86º87.5%3.14%-
XYZ0.130.20.06-
YUV5.71125.34126.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 25%
GREEN value IS 8 (3.52% from 255) = 66.67%
BLUE value IS 1 (0.78% from 255) = 8.33%
R=25%
G=66.67%
B=8.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal3810.6300.880.97102.8677.781.76
Hex3813F05861674e2
Octal31017701301411471162
Binary11100011111110101100011000011100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030801; }

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

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

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

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

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

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

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

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