#0A1C02

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

Shades of Pine Tree #0A1C02

Tints of Pine Tree #0A1C02

Color information

#0A1C02 (or 0x0A1C02) is unknown color: approx Pine Tree. HEX triplet: 0A, 1C and 02. RGB value is (10,28,2). Sum of RGB (Red+Green+Blue) = 10+28+2=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 28 (11.33% from 255 or 70% from 40); Blue value is 2 (1.17% from 255 or 5% from 40); Max value from RGB is 28 - color contains mainly: green. Hex color #0A1C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1C02 is #F5E3FD. Grayscale: #131313. Windows color (decimal): -16114686 or 138250. OLE color: 138250.

HSL color Cylindrical-coordinate representation of color #0A1C02: hue angle of 101.54º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1C02 is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB10282-
CMYK0.6400.930.89
HSL101.54º86.67%5.88%-
HSV(B)101.54º92.86%10.98%-
XYZ0.550.90.2-
YUV19.65118.04121.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 25%
GREEN value IS 28 (11.33% from 255) = 70%
BLUE value IS 2 (1.17% from 255) = 5%
R=25%
G=70%
B=5%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal102820.6400.930.89101.5486.675.88
HexA1C24005D5966576
Octal1234210001351311461276
Binary10101110010100000001011101101100111001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A1C02; }

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

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

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

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

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

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

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

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