#14270A

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

Shades of Pine Tree #14270A

Tints of Pine Tree #14270A

Color information

#14270A (or 0x14270A) is unknown color: approx Pine Tree. HEX triplet: 14, 27 and 0A. RGB value is (20,39,10). Sum of RGB (Red+Green+Blue) = 20+39+10=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 39 (15.62% from 255 or 56.52% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 39 - color contains mainly: green. Hex color #14270A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14270A is #EBD8F5. Grayscale: #1E1E1E. Windows color (decimal): -15456502 or 665364. OLE color: 665364.

HSL color Cylindrical-coordinate representation of color #14270A: hue angle of 99.31º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14270A is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB203910-
CMYK0.4900.740.85
HSL99.31º59.18%9.61%-
HSV(B)99.31º74.36%15.29%-
XYZ1.071.620.54-
YUV30.01116.71120.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.99%
GREEN value IS 39 (15.62% from 255) = 56.52%
BLUE value IS 10 (4.30% from 255) = 14.49%
R=28.99%
G=56.52%
B=14.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2039100.4900.740.8599.3159.189.61
Hex1427A3104A55633ba
Octal2447126101121251437312
Binary10100100111101011000101001010101010111000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14270A; }

 p { color: rgb(20,39,10); }

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

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

 a { background-color: rgb(20,39,10); }

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

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

 span { border-color: rgb(20,39,10); }

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