#030500

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

Shades of Pine Tree #030500

Tints of Pine Tree #030500

Color information

#030500 (or 0x030500) is unknown color: approx Pine Tree. HEX triplet: 03, 05 and 00. RGB value is (3,5,0). Sum of RGB (Red+Green+Blue) = 3+5+0=8 (1% of max value = 765). Red value is 3 (1.56% from 255 or 37.5% from 8); Green value is 5 (2.34% from 255 or 62.5% from 8); Blue value is 0 (0.39% from 255 or 0% from 8); Max value from RGB is 5 - color contains mainly: green. Hex color #030500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030500 is #FCFAFF. Grayscale: #030303. Windows color (decimal): -16579328 or 1283. OLE color: 1283.

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

Color convert

RGB350-
CMYK0.40010.98
HSL84º100%0.98%-
HSV(B)84º100%1.96%-
XYZ0.090.130.02-
YUV3.83125.84127.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 37.5%
GREEN value IS 5 (2.34% from 255) = 62.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.5%
G=62.5%
B=0%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal3500.40010.98841000.98
Hex350280646254641
Octal3505001441421241441
Binary111010101000011001001100010101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030500; }

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

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

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

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

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

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

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

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