#060A02

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

Shades of Pine Tree #060A02

Tints of Pine Tree #060A02

Color information

#060A02 (or 0x060A02) is unknown color: approx Pine Tree. HEX triplet: 06, 0A and 02. RGB value is (6,10,2). Sum of RGB (Red+Green+Blue) = 6+10+2=18 (2% of max value = 765). Red value is 6 (2.73% from 255 or 33.33% from 18); Green value is 10 (4.30% from 255 or 55.56% from 18); Blue value is 2 (1.17% from 255 or 11.11% from 18); Max value from RGB is 10 - color contains mainly: green. Hex color #060A02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060A02 is #F9F5FD. Grayscale: #070707. Windows color (decimal): -16381438 or 133638. OLE color: 133638.

HSL color Cylindrical-coordinate representation of color #060A02: hue angle of 90º degrees, saturation: 0.67, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #060A02 is Cyan = 0.4, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.96.

Color convert

RGB6102-
CMYK0.400.80.96
HSL90º66.67%2.35%-
HSV(B)90º80%3.92%-
XYZ0.190.260.1-
YUV7.89124.67126.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 33.33%
GREEN value IS 10 (4.30% from 255) = 55.56%
BLUE value IS 2 (1.17% from 255) = 11.11%
R=33.33%
G=55.56%
B=11.11%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal61020.400.80.969066.672.35
Hex6A228050605a432
Octal61225001201401321032
Binary1101010101010000101000011000001011010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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