#0A1504

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

Shades of Pine Tree #0A1504

Tints of Pine Tree #0A1504

Color information

#0A1504 (or 0x0A1504) is unknown color: approx Pine Tree. HEX triplet: 0A, 15 and 04. RGB value is (10,21,4). Sum of RGB (Red+Green+Blue) = 10+21+4=35 (4% of max value = 765). Red value is 10 (4.30% from 255 or 28.57% from 35); Green value is 21 (8.59% from 255 or 60% from 35); Blue value is 4 (1.95% from 255 or 11.43% from 35); Max value from RGB is 21 - color contains mainly: green. Hex color #0A1504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1504 is #F5EAFB. Grayscale: #0F0F0F. Windows color (decimal): -16116476 or 267530. OLE color: 267530.

HSL color Cylindrical-coordinate representation of color #0A1504: hue angle of 98.82º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A1504 is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.92.

Color convert

RGB10214-
CMYK0.5200.810.92
HSL98.82º68%4.9%-
HSV(B)98.82º80.95%8.24%-
XYZ0.420.610.21-
YUV15.77121.36123.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 28.57%
GREEN value IS 21 (8.59% from 255) = 60%
BLUE value IS 4 (1.95% from 255) = 11.43%
R=28.57%
G=60%
B=11.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal102140.5200.810.9298.82684.9
HexA154340515C63445
Octal122546401211341431045
Binary10101010110011010001010001101110011000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,21,4); }

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

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

 a { background-color: rgb(10,21,4); }

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

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

 span { border-color: rgb(10,21,4); }

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