#030900

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

Shades of Pine Tree #030900

Tints of Pine Tree #030900

Color information

#030900 (or 0x030900) is unknown color: approx Pine Tree. HEX triplet: 03, 09 and 00. RGB value is (3,9,0). Sum of RGB (Red+Green+Blue) = 3+9+0=12 (1% of max value = 765). Red value is 3 (1.56% from 255 or 25% from 12); Green value is 9 (3.91% from 255 or 75% from 12); Blue value is 0 (0.39% from 255 or 0% from 12); Max value from RGB is 9 - color contains mainly: green. Hex color #030900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030900 is #FCF6FF. Grayscale: #060606. Windows color (decimal): -16578304 or 2307. OLE color: 2307.

HSL color Cylindrical-coordinate representation of color #030900: hue angle of 100º 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 #030900 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.96.

Color convert

RGB390-
CMYK0.67010.96
HSL100º100%1.76%-
HSV(B)100º100%3.53%-
XYZ0.140.210.03-
YUV6.18124.51125.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 25%
GREEN value IS 9 (3.91% from 255) = 75%
BLUE value IS 0 (0.39% from 255) = 0%
R=25%
G=75%
B=0%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal3900.67010.961001001.76
Hex390430646064642
Octal311010301441401441442
Binary111001010000110110010011000001100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030900; }

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

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

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

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

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

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

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

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