Html Css Color HEX #030601 Pine Tree

📋 copy color: '#030601'

red 3 ◦ green 6 ◦ blue 1

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

Shades of Pine Tree #030601

Tints of Pine Tree #030601

RGB

 RED value IS 3 (1.56% from 255) = 30%

 GREEN value IS 6 (2.73% from 255) = 60%

 BLUE value IS 1 (0.78% from 255) = 10%

R = 30%
G = 60%
B = 10%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.83

 K value IS 0.98

RGB Variations

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

Color information

#030601 (or 0x030601) is known color: Pine Tree. HEX triplet: 03, 06 and 01. RGB value is (3,6,1). Sum of RGB (Red+Green+Blue) = 3+6+1=10 (1% of max value = 765). Red value is 3 (1.56% from 255 or 30% from 10); Green value is 6 (2.73% from 255 or 60% from 10); Blue value is 1 (0.78% from 255 or 10% from 10); Max value from RGB is 6 - color contains mainly: green. Hex color #030601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030601 is #FCF9FE. Grayscale: #040404. Windows color (decimal): -16579071 or 67075. OLE color: 67075.

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

Color convert

RGB 3 6 1 -
CMYK 0.50 0 0.83 0.98
HSL 96º 0.71% 0.01% -
HSV(B) 96º 0.83% 0.02% -
XYZ 0.11 0.15 0.05 -
YUV 4.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 3 6 1 0.50 0 0.83 0.98 96 0.71 0.01
Hex 3 6 1 32 0 53 62 60 47 1
Octal 3 6 1 62 0 123 142 140 107 1
Binary 11 110 1 110010 0 1010011 1100010 1100000 1000111 1

Color Harmonies of #030601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030601

Black with #030601

Text Example


Text Example

White with #030601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030601; }

 p { color: rgb(3,6,1); }

 H1.HeaderClassName
 {
   color: #030601;
 }
 .AnyTagClassName
 {
   color: #030601;
 }
</style>

background-color css

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

 a { background-color: rgb(3,6,1); }

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

border-color css

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

 span { border-color: rgb(3,6,1); }

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