#14240B

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

Shades of Pine Tree #14240B

Tints of Pine Tree #14240B

Color information

#14240B (or 0x14240B) is unknown color: approx Pine Tree. HEX triplet: 14, 24 and 0B. RGB value is (20,36,11). Sum of RGB (Red+Green+Blue) = 20+36+11=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 36 (14.45% from 255 or 53.73% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 36 - color contains mainly: green. Hex color #14240B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14240B is #EBDBF4. Grayscale: #1C1C1C. Windows color (decimal): -15457269 or 730132. OLE color: 730132.

HSL color Cylindrical-coordinate representation of color #14240B: hue angle of 98.4º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14240B is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB203611-
CMYK0.4400.690.86
HSL98.4º53.19%9.22%-
HSV(B)98.4º69.44%14.12%-
XYZ0.981.430.54-
YUV28.37118.2122.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.85%
GREEN value IS 36 (14.45% from 255) = 53.73%
BLUE value IS 11 (4.69% from 255) = 16.42%
R=29.85%
G=53.73%
B=16.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2036110.4400.690.8698.453.199.22
Hex1424B2C0455662359
Octal2444135401051261426511
Binary10100100100101110110001000101101011011000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14240B; }

 p { color: rgb(20,36,11); }

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

<style>
 a { background-color: #14240B; }

 a { background-color: rgb(20,36,11); }

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

<style>
 span { border-color: #14240B; }

 span { border-color: rgb(20,36,11); }

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