Html Css Color HEX #1D2217 Pine Tree

📋 copy color: '#1D2217'

red 29 ◦ green 34 ◦ blue 23

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

Shades of Pine Tree #1D2217

Tints of Pine Tree #1D2217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 39.53%

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

R = 33.72%
G = 39.53%
B = 26.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.87

RGB Variations

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

Color information

#1D2217 (or 0x1D2217) is known color: Pine Tree. HEX triplet: 1D, 22 and 17. RGB value is (29,34,23). Sum of RGB (Red+Green+Blue) = 29+34+23=86 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.72% from 86); Green value is 34 (13.67% from 255 or 39.53% from 86); Blue value is 23 (9.38% from 255 or 26.74% from 86); Max value from RGB is 34 - color contains mainly: green. Hex color #1D2217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2217 is #E2DDE8. Grayscale: #1F1F1F. Windows color (decimal): -14867945 or 1516061. OLE color: 1516061.

HSL color Cylindrical-coordinate representation of color #1D2217: hue angle of 87.27º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1D2217 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.87.

Color convert

RGB 29 34 23 -
CMYK 0.15 0 0.32 0.87
HSL 87.27º 0.19% 0.11% -
HSV(B) 87.27º 0.32% 0.13% -
XYZ 1.23 1.47 1.03 -
YUV 31.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 29 34 23 0.15 0 0.32 0.87 87.27 0.19 0.11
Hex 1D 22 17 F 0 20 57 57 13 B
Octal 35 42 27 17 0 40 127 127 23 13
Binary 11101 100010 10111 1111 0 100000 1010111 1010111 10011 1011

Color Harmonies of #1D2217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2217

Black with #1D2217

Text Example


Text Example

White with #1D2217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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