Html Css Color HEX #141812 Pine Tree

📋 copy color: '#141812'

red 20 ◦ green 24 ◦ blue 18

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

Shades of Pine Tree #141812

Tints of Pine Tree #141812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 38.71%

 BLUE value IS 18 (7.42% from 255) = 29.03%

R = 32.26%
G = 38.71%
B = 29.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#141812 (or 0x141812) is known color: Pine Tree. HEX triplet: 14, 18 and 12. RGB value is (20,24,18). Sum of RGB (Red+Green+Blue) = 20+24+18=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 24 (9.77% from 255 or 38.71% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 24 - color contains mainly: green. Hex color #141812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141812 is #EBE7ED. Grayscale: #161616. Windows color (decimal): -15460334 or 1185812. OLE color: 1185812.

HSL color Cylindrical-coordinate representation of color #141812: hue angle of 100º degrees, saturation: 0.14, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #141812 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB 20 24 18 -
CMYK 0.17 0 0.25 0.91
HSL 100º 0.14% 0.08% -
HSV(B) 100º 0.25% 0.09% -
XYZ 0.72 0.85 0.7 -
YUV 22.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 20 24 18 0.17 0 0.25 0.91 100 0.14 0.08
Hex 14 18 12 11 0 19 5B 64 E 8
Octal 24 30 22 21 0 31 133 144 16 10
Binary 10100 11000 10010 10001 0 11001 1011011 1100100 1110 1000

Color Harmonies of #141812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141812

Black with #141812

Text Example


Text Example

White with #141812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141812; }

 p { color: rgb(20,24,18); }

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

background-color css

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

 a { background-color: rgb(20,24,18); }

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

border-color css

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

 span { border-color: rgb(20,24,18); }

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