Html Css Color HEX #1D2514 Pine Tree

📋 copy color: '#1D2514'

red 29 ◦ green 37 ◦ blue 20

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

Shades of Pine Tree #1D2514

Tints of Pine Tree #1D2514

RGB

 RED value IS 29 (11.72% from 255) = 33.72%

 GREEN value IS 37 (14.84% from 255) = 43.02%

 BLUE value IS 20 (8.2% from 255) = 23.26%

R = 33.72%
G = 43.02%
B = 23.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#1D2514 (or 0x1D2514) is known color: Pine Tree. HEX triplet: 1D, 25 and 14. RGB value is (29,37,20). Sum of RGB (Red+Green+Blue) = 29+37+20=86 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.72% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 37 - color contains mainly: green. Hex color #1D2514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2514 is #E2DAEB. Grayscale: #202020. Windows color (decimal): -14867180 or 1320221. OLE color: 1320221.

HSL color Cylindrical-coordinate representation of color #1D2514: hue angle of 88.24º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D2514 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB 29 37 20 -
CMYK 0.22 0 0.46 0.85
HSL 88.24º 0.3% 0.11% -
HSV(B) 88.24º 0.46% 0.15% -
XYZ 1.29 1.63 0.91 -
YUV 32.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 29 37 20 0.22 0 0.46 0.85 88.24 0.3 0.11
Hex 1D 25 14 16 0 2E 55 58 1E B
Octal 35 45 24 26 0 56 125 130 36 13
Binary 11101 100101 10100 10110 0 101110 1010101 1011000 11110 1011

Color Harmonies of #1D2514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2514

Black with #1D2514

Text Example


Text Example

White with #1D2514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D2514; }

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

 H1.HeaderClassName
 {
   color: #1D2514;
 }
 .AnyTagClassName
 {
   color: #1D2514;
 }
</style>

background-color css

<style>
 a { background-color: #1D2514; }

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

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

border-color css

<style>
 span { border-color: #1D2514; }

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

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