Html Css Color HEX #060B03 Pine Tree

📋 copy color: '#060B03'

red 6 ◦ green 11 ◦ blue 3

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

Shades of Pine Tree #060B03

Tints of Pine Tree #060B03

RGB

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

 GREEN value IS 11 (4.69% from 255) = 55%

 BLUE value IS 3 (1.56% from 255) = 15%

R = 30%
G = 55%
B = 15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.96

RGB Variations

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

Color information

#060B03 (or 0x060B03) is known color: Pine Tree. HEX triplet: 06, 0B and 03. RGB value is (6,11,3). Sum of RGB (Red+Green+Blue) = 6+11+3=20 (2% of max value = 765). Red value is 6 (2.73% from 255 or 30% from 20); Green value is 11 (4.69% from 255 or 55% from 20); Blue value is 3 (1.56% from 255 or 15% from 20); Max value from RGB is 11 - color contains mainly: green. Hex color #060B03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060B03 is #F9F4FC. Grayscale: #080808. Windows color (decimal): -16381181 or 199430. OLE color: 199430.

HSL color Cylindrical-coordinate representation of color #060B03: hue angle of 97.5º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #060B03 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.96.

Color convert

RGB 6 11 3 -
CMYK 0.45 0 0.73 0.96
HSL 97.5º 0.57% 0.03% -
HSV(B) 97.5º 0.73% 0.04% -
XYZ 0.21 0.28 0.13 -
YUV 8.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 6 11 3 0.45 0 0.73 0.96 97.5 0.57 0.03
Hex 6 B 3 2D 0 49 60 62 39 3
Octal 6 13 3 55 0 111 140 142 71 3
Binary 110 1011 11 101101 0 1001001 1100000 1100010 111001 11

Color Harmonies of #060B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060B03

Black with #060B03

Text Example


Text Example

White with #060B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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