Html Css Color HEX #141D00 Pine Tree

📋 copy color: '#141D00'

red 20 ◦ green 29 ◦ blue 0

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

Shades of Pine Tree #141D00

Tints of Pine Tree #141D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.82%
G = 59.18%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#141D00 (or 0x141D00) is known color: Pine Tree. HEX triplet: 14, 1D and 00. RGB value is (20,29,0). Sum of RGB (Red+Green+Blue) = 20+29+0=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 29 (11.72% from 255 or 59.18% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 29 - color contains mainly: green. Hex color #141D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D00 is #EBE2FF. Grayscale: #171717. Windows color (decimal): -15459072 or 7444. OLE color: 7444.

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

Color convert

RGB 20 29 0 -
CMYK 0.31 0 1 0.89
HSL 78.62º 1% 0.06% -
HSV(B) 78.62º 1% 0.11% -
XYZ 0.73 1.03 0.16 -
YUV 23 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 20 29 0 0.31 0 1 0.89 78.62 1 0.06
Hex 14 1D 0 1F 0 64 59 4F 64 6
Octal 24 35 0 37 0 144 131 117 144 6
Binary 10100 11101 0 11111 0 1100100 1011001 1001111 1100100 110

Color Harmonies of #141D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D00

Black with #141D00

Text Example


Text Example

White with #141D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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