#030A00

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

Shades of Pine Tree #030A00

Tints of Pine Tree #030A00

Color information

#030A00 (or 0x030A00) is unknown color: approx Pine Tree. HEX triplet: 03, 0A and 00. RGB value is (3,10,0). Sum of RGB (Red+Green+Blue) = 3+10+0=13 (1% of max value = 765). Red value is 3 (1.56% from 255 or 23.08% from 13); Green value is 10 (4.30% from 255 or 76.92% from 13); Blue value is 0 (0.39% from 255 or 0% from 13); Max value from RGB is 10 - color contains mainly: green. Hex color #030A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030A00 is #FCF5FF. Grayscale: #060606. Windows color (decimal): -16578048 or 2563. OLE color: 2563.

HSL color Cylindrical-coordinate representation of color #030A00: hue angle of 102º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030A00 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.96.

Color convert

RGB3100-
CMYK0.70010.96
HSL102º100%1.96%-
HSV(B)102º100%3.92%-
XYZ0.150.240.04-
YUV6.77124.18125.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 23.08%
GREEN value IS 10 (4.30% from 255) = 76.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=23.08%
G=76.92%
B=0%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal31000.70010.961021001.96
Hex3A0460646066642
Octal312010601441401461442
Binary111010010001100110010011000001100110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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