#030800

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

Shades of Pine Tree #030800

Tints of Pine Tree #030800

Color information

#030800 (or 0x030800) is unknown color: approx Pine Tree. HEX triplet: 03, 08 and 00. RGB value is (3,8,0). Sum of RGB (Red+Green+Blue) = 3+8+0=11 (1% of max value = 765). Red value is 3 (1.56% from 255 or 27.27% from 11); Green value is 8 (3.52% from 255 or 72.73% from 11); Blue value is 0 (0.39% from 255 or 0% from 11); Max value from RGB is 8 - color contains mainly: green. Hex color #030800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030800 is #FCF7FF. Grayscale: #050505. Windows color (decimal): -16578560 or 2051. OLE color: 2051.

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

Color convert

RGB380-
CMYK0.63010.97
HSL97.5º100%1.57%-
HSV(B)97.5º100%3.14%-
XYZ0.120.190.03-
YUV5.59124.84126.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 27.27%
GREEN value IS 8 (3.52% from 255) = 72.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.27%
G=72.73%
B=0%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal3800.63010.9797.51001.57
Hex3803F0646162642
Octal31007701441411421442
Binary11100001111110110010011000011100010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030800; }

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

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

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

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

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

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

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

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