Html Css Color HEX #061300 Pine Tree

📋 copy color: '#061300'

red 6 ◦ green 19 ◦ blue 0

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

Shades of Pine Tree #061300

Tints of Pine Tree #061300

RGB

 RED value IS 6 (2.73% from 255) = 24%

 GREEN value IS 19 (7.81% from 255) = 76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 24%
G = 76%
B = 0%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#061300 (or 0x061300) is known color: Pine Tree. HEX triplet: 06, 13 and 00. RGB value is (6,19,0). Sum of RGB (Red+Green+Blue) = 6+19+0=25 (3% of max value = 765). Red value is 6 (2.73% from 255 or 24% from 25); Green value is 19 (7.81% from 255 or 76% from 25); Blue value is 0 (0.39% from 255 or 0% from 25); Max value from RGB is 19 - color contains mainly: green. Hex color #061300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061300 is #F9ECFF. Grayscale: #0D0D0D. Windows color (decimal): -16379136 or 4870. OLE color: 4870.

HSL color Cylindrical-coordinate representation of color #061300: hue angle of 101.05º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #061300 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 19 0 -
CMYK 0.68 0 1 0.93
HSL 101.05º 1% 0.04% -
HSV(B) 101.05º 1% 0.07% -
XYZ 0.31 0.5 0.08 -
YUV 12.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 6 19 0 0.68 0 1 0.93 101.05 1 0.04
Hex 6 13 0 44 0 64 5D 65 64 4
Octal 6 23 0 104 0 144 135 145 144 4
Binary 110 10011 0 1000100 0 1100100 1011101 1100101 1100100 100

Color Harmonies of #061300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061300

Black with #061300

Text Example


Text Example

White with #061300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061300; }

 p { color: rgb(6,19,0); }

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

background-color css

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

 a { background-color: rgb(6,19,0); }

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

border-color css

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

 span { border-color: rgb(6,19,0); }

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