Html Css Color HEX #14180F Pine Tree

📋 copy color: '#14180F'

red 20 ◦ green 24 ◦ blue 15

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

Shades of Pine Tree #14180F

Tints of Pine Tree #14180F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 25.42%

R = 33.9%
G = 40.68%
B = 25.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.91

RGB Variations

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

Color information

#14180F (or 0x14180F) is known color: Pine Tree. HEX triplet: 14, 18 and 0F. RGB value is (20,24,15). Sum of RGB (Red+Green+Blue) = 20+24+15=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 15 (6.25% from 255 or 25.42% from 59); Max value from RGB is 24 - color contains mainly: green. Hex color #14180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14180F is #EBE7F0. Grayscale: #151515. Windows color (decimal): -15460337 or 989204. OLE color: 989204.

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

Color convert

RGB 20 24 15 -
CMYK 0.17 0 0.37 0.91
HSL 86.67º 0.23% 0.08% -
HSV(B) 86.67º 0.38% 0.09% -
XYZ 0.7 0.84 0.58 -
YUV 21.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 20 24 15 0.17 0 0.37 0.91 86.67 0.23 0.08
Hex 14 18 F 11 0 25 5B 57 17 8
Octal 24 30 17 21 0 45 133 127 27 10
Binary 10100 11000 1111 10001 0 100101 1011011 1010111 10111 1000

Color Harmonies of #14180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14180F

Black with #14180F

Text Example


Text Example

White with #14180F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14180F; }

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

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

background-color css

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

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

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

border-color css

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

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

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