Html Css Color HEX #14240C Pine Tree

📋 copy color: '#14240C'

red 20 ◦ green 36 ◦ blue 12

#14240C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #14240C

Tints of Pine Tree #14240C

RGB

 RED value IS 20 (8.2% from 255) = 29.41%

 GREEN value IS 36 (14.45% from 255) = 52.94%

 BLUE value IS 12 (5.08% from 255) = 17.65%

R = 29.41%
G = 52.94%
B = 17.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.67

 K value IS 0.86

RGB Variations

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

Color information

#14240C (or 0x14240C) is known color: Pine Tree. HEX triplet: 14, 24 and 0C. RGB value is (20,36,12). Sum of RGB (Red+Green+Blue) = 20+36+12=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 36 (14.45% from 255 or 52.94% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 36 - color contains mainly: green. Hex color #14240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14240C is #EBDBF3. Grayscale: #1C1C1C. Windows color (decimal): -15457268 or 795668. OLE color: 795668.

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

Color convert

RGB 20 36 12 -
CMYK 0.44 0 0.67 0.86
HSL 100º 0.5% 0.09% -
HSV(B) 100º 0.67% 0.14% -
XYZ 0.99 1.44 0.57 -
YUV 28.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 20 36 12 0.44 0 0.67 0.86 100 0.5 0.09
Hex 14 24 C 2C 0 43 56 64 32 9
Octal 24 44 14 54 0 103 126 144 62 11
Binary 10100 100100 1100 101100 0 1000011 1010110 1100100 110010 1001

Color Harmonies of #14240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14240C

Black with #14240C

Text Example


Text Example

White with #14240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14240C;
 }
 .AnyTagClassName
 {
   color: #14240C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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