Html Css Color HEX #1D2517 Pine Tree

📋 copy color: '#1D2517'

red 29 ◦ green 37 ◦ blue 23

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

Shades of Pine Tree #1D2517

Tints of Pine Tree #1D2517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 25.84%

R = 32.58%
G = 41.57%
B = 25.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#1D2517 (or 0x1D2517) is known color: Pine Tree. HEX triplet: 1D, 25 and 17. RGB value is (29,37,23). Sum of RGB (Red+Green+Blue) = 29+37+23=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 37 - color contains mainly: green. Hex color #1D2517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2517 is #E2DAE8. Grayscale: #212121. Windows color (decimal): -14867177 or 1516829. OLE color: 1516829.

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

Color convert

RGB 29 37 23 -
CMYK 0.22 0 0.38 0.85
HSL 94.29º 0.23% 0.12% -
HSV(B) 94.29º 0.38% 0.15% -
XYZ 1.32 1.65 1.06 -
YUV 33.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 29 37 23 0.22 0 0.38 0.85 94.29 0.23 0.12
Hex 1D 25 17 16 0 26 55 5E 17 C
Octal 35 45 27 26 0 46 125 136 27 14
Binary 11101 100101 10111 10110 0 100110 1010101 1011110 10111 1100

Color Harmonies of #1D2517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2517

Black with #1D2517

Text Example


Text Example

White with #1D2517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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