#061002

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

Shades of Pine Tree #061002

Tints of Pine Tree #061002

Color information

#061002 (or 0x061002) is unknown color: approx Pine Tree. HEX triplet: 06, 10 and 02. RGB value is (6,16,2). Sum of RGB (Red+Green+Blue) = 6+16+2=24 (3% of max value = 765). Red value is 6 (2.73% from 255 or 25% from 24); Green value is 16 (6.64% from 255 or 66.67% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 16 - color contains mainly: green. Hex color #061002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061002 is #F9EFFD. Grayscale: #0B0B0B. Windows color (decimal): -16379902 or 135174. OLE color: 135174.

HSL color Cylindrical-coordinate representation of color #061002: hue angle of 102.86º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061002 is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB6162-
CMYK0.6200.870.94
HSL102.86º77.78%3.53%-
HSV(B)102.86º87.5%6.27%-
XYZ0.270.410.12-
YUV11.41122.69124.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 25%
GREEN value IS 16 (6.64% from 255) = 66.67%
BLUE value IS 2 (1.17% from 255) = 8.33%
R=25%
G=66.67%
B=8.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal61620.6200.870.94102.8677.783.53
Hex61023E0575E674e4
Octal62027601271361471164
Binary110100001011111001010111101111011001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061002; }

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

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

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

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

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

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

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

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