#060B03

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

Shades of Pine Tree #060B03

Tints of Pine Tree #060B03

Color information

#060B03 (or 0x060B03) is unknown color: approx 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

RGB6113-
CMYK0.4500.730.96
HSL97.5º57.14%2.75%-
HSV(B)97.5º72.73%4.31%-
XYZ0.210.280.13-
YUV8.59124.84126.15-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal61130.4500.730.9697.557.142.75
Hex6B32D0496062393
Octal6133550111140142713
Binary110101111101101010010011100000110001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>