Html Css Color HEX #030500 Pine Tree

📋 copy color: '#030500'

red 3 ◦ green 5 ◦ blue 0

#030500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #030500

Tints of Pine Tree #030500

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 value IS 0.40

 M value IS 0

 Y value IS 1

 K value IS 0.98

RGB Variations

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

Color information

#030500 (or 0x030500) is known color: 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

RGB 3 5 0 -
CMYK 0.40 0 1 0.98
HSL 84º 1% 0.01% -
HSV(B) 84º 1% 0.02% -
XYZ 0.09 0.13 0.02 -
YUV 3.83 125.84 127.41 -
System Red Green Blue C M Y K H S L
Decimal 3 5 0 0.40 0 1 0.98 84 1 0.01
Hex 3 5 0 28 0 64 62 54 64 1
Octal 3 5 0 50 0 144 142 124 144 1
Binary 11 101 0 101000 0 1100100 1100010 1010100 1100100 1

Color Harmonies of #030500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030500

Black with #030500

Text Example


Text Example

White with #030500

Text Example


Text Example

HTML Codes & Css Web 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>