Html Css Color HEX #141D0F Pine Tree

📋 copy color: '#141D0F'

red 20 ◦ green 29 ◦ blue 15

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

Shades of Pine Tree #141D0F

Tints of Pine Tree #141D0F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 45.31%

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

R = 31.25%
G = 45.31%
B = 23.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#141D0F (or 0x141D0F) is known color: Pine Tree. HEX triplet: 14, 1D and 0F. RGB value is (20,29,15). Sum of RGB (Red+Green+Blue) = 20+29+15=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 29 - color contains mainly: green. Hex color #141D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D0F is #EBE2F0. Grayscale: #181818. Windows color (decimal): -15459057 or 990484. OLE color: 990484.

HSL color Cylindrical-coordinate representation of color #141D0F: hue angle of 98.57º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #141D0F is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 29 15 -
CMYK 0.31 0 0.48 0.89
HSL 98.57º 0.32% 0.09% -
HSV(B) 98.57º 0.48% 0.11% -
XYZ 0.81 1.06 0.61 -
YUV 24.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 20 29 15 0.31 0 0.48 0.89 98.57 0.32 0.09
Hex 14 1D F 1F 0 30 59 63 20 9
Octal 24 35 17 37 0 60 131 143 40 11
Binary 10100 11101 1111 11111 0 110000 1011001 1100011 100000 1001

Color Harmonies of #141D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D0F

Black with #141D0F

Text Example


Text Example

White with #141D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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