Html Css Color HEX #141D06 Pine Tree

📋 copy color: '#141D06'

red 20 ◦ green 29 ◦ blue 6

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

Shades of Pine Tree #141D06

Tints of Pine Tree #141D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 10.91%

R = 36.36%
G = 52.73%
B = 10.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.89

RGB Variations

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

Color information

#141D06 (or 0x141D06) is known color: Pine Tree. HEX triplet: 14, 1D and 06. RGB value is (20,29,6). Sum of RGB (Red+Green+Blue) = 20+29+6=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 29 (11.72% from 255 or 52.73% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 29 - color contains mainly: green. Hex color #141D06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D06 is #EBE2F9. Grayscale: #171717. Windows color (decimal): -15459066 or 400660. OLE color: 400660.

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

Color convert

RGB 20 29 6 -
CMYK 0.31 0 0.79 0.89
HSL 83.48º 0.66% 0.07% -
HSV(B) 83.48º 0.79% 0.11% -
XYZ 0.76 1.04 0.33 -
YUV 23.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 20 29 6 0.31 0 0.79 0.89 83.48 0.66 0.07
Hex 14 1D 6 1F 0 4F 59 53 42 7
Octal 24 35 6 37 0 117 131 123 102 7
Binary 10100 11101 110 11111 0 1001111 1011001 1010011 1000010 111

Color Harmonies of #141D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D06

Black with #141D06

Text Example


Text Example

White with #141D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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