#0A0E04

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

Shades of Pine Tree #0A0E04

Tints of Pine Tree #0A0E04

Color information

#0A0E04 (or 0x0A0E04) is unknown color: approx Pine Tree. HEX triplet: 0A, 0E and 04. RGB value is (10,14,4). Sum of RGB (Red+Green+Blue) = 10+14+4=28 (3% of max value = 765). Red value is 10 (4.30% from 255 or 35.71% from 28); Green value is 14 (5.86% from 255 or 50% from 28); Blue value is 4 (1.95% from 255 or 14.29% from 28); Max value from RGB is 14 - color contains mainly: green. Hex color #0A0E04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0E04 is #F5F1FB. Grayscale: #0B0B0B. Windows color (decimal): -16118268 or 265738. OLE color: 265738.

HSL color Cylindrical-coordinate representation of color #0A0E04: hue angle of 84º degrees, saturation: 0.56, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0A0E04 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.95.

Color convert

RGB10144-
CMYK0.2900.710.95
HSL84º55.56%3.53%-
HSV(B)84º71.43%5.49%-
XYZ0.30.390.17-
YUV11.66123.67126.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 35.71%
GREEN value IS 14 (5.86% from 255) = 50%
BLUE value IS 4 (1.95% from 255) = 14.29%
R=35.71%
G=50%
B=14.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal101440.2900.710.958455.563.53
HexAE41D0475F54384
Octal12164350107137124704
Binary10101110100111010100011110111111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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