Html Css Color HEX #141D07 Pine Tree

📋 copy color: '#141D07'

red 20 ◦ green 29 ◦ blue 7

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

Shades of Pine Tree #141D07

Tints of Pine Tree #141D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 12.5%

R = 35.71%
G = 51.79%
B = 12.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.76

 K value IS 0.89

RGB Variations

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

Color information

#141D07 (or 0x141D07) is known color: Pine Tree. HEX triplet: 14, 1D and 07. RGB value is (20,29,7). Sum of RGB (Red+Green+Blue) = 20+29+7=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 29 (11.72% from 255 or 51.79% from 56); Blue value is 7 (3.12% from 255 or 12.5% from 56); Max value from RGB is 29 - color contains mainly: green. Hex color #141D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D07 is #EBE2F8. Grayscale: #171717. Windows color (decimal): -15459065 or 466196. OLE color: 466196.

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

Color convert

RGB 20 29 7 -
CMYK 0.31 0 0.76 0.89
HSL 84.55º 0.61% 0.07% -
HSV(B) 84.55º 0.76% 0.11% -
XYZ 0.77 1.04 0.36 -
YUV 23.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 20 29 7 0.31 0 0.76 0.89 84.55 0.61 0.07
Hex 14 1D 7 1F 0 4C 59 55 3D 7
Octal 24 35 7 37 0 114 131 125 75 7
Binary 10100 11101 111 11111 0 1001100 1011001 1010101 111101 111

Color Harmonies of #141D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D07

Black with #141D07

Text Example


Text Example

White with #141D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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