#060C02

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

Shades of Pine Tree #060C02

Tints of Pine Tree #060C02

Color information

#060C02 (or 0x060C02) is unknown color: approx Pine Tree. HEX triplet: 06, 0C and 02. RGB value is (6,12,2). Sum of RGB (Red+Green+Blue) = 6+12+2=20 (2% of max value = 765). Red value is 6 (2.73% from 255 or 30% from 20); Green value is 12 (5.08% from 255 or 60% from 20); Blue value is 2 (1.17% from 255 or 10% from 20); Max value from RGB is 12 - color contains mainly: green. Hex color #060C02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060C02 is #F9F3FD. Grayscale: #090909. Windows color (decimal): -16380926 or 134150. OLE color: 134150.

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

Color convert

RGB6122-
CMYK0.5000.830.95
HSL96º71.43%2.75%-
HSV(B)96º83.33%4.71%-
XYZ0.220.310.11-
YUV9.07124.01125.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 30%
GREEN value IS 12 (5.08% from 255) = 60%
BLUE value IS 2 (1.17% from 255) = 10%
R=30%
G=60%
B=10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal61220.5000.830.959671.432.75
Hex6C2320535F60473
Octal61426201231371401073
Binary1101100101100100101001110111111100000100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,12,2); }

 H1.HeaderClassName
 {
   color: #060C02;
 }
 .AnyTagClassName
 {
   color: #060C02;
 }
</style>
background-color css

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

 a { background-color: rgb(6,12,2); }

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

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

 span { border-color: rgb(6,12,2); }

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