Html Css Color HEX #1D2215 Pine Tree

📋 copy color: '#1D2215'

red 29 ◦ green 34 ◦ blue 21

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

Shades of Pine Tree #1D2215

Tints of Pine Tree #1D2215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 25%

R = 34.52%
G = 40.48%
B = 25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.87

RGB Variations

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

Color information

#1D2215 (or 0x1D2215) is known color: Pine Tree. HEX triplet: 1D, 22 and 15. RGB value is (29,34,21). Sum of RGB (Red+Green+Blue) = 29+34+21=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 34 (13.67% from 255 or 40.48% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 34 - color contains mainly: green. Hex color #1D2215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2215 is #E2DDEA. Grayscale: #1F1F1F. Windows color (decimal): -14867947 or 1384989. OLE color: 1384989.

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

Color convert

RGB 29 34 21 -
CMYK 0.15 0 0.38 0.87
HSL 83.08º 0.24% 0.11% -
HSV(B) 83.08º 0.38% 0.13% -
XYZ 1.21 1.46 0.93 -
YUV 31.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 29 34 21 0.15 0 0.38 0.87 83.08 0.24 0.11
Hex 1D 22 15 F 0 26 57 53 18 B
Octal 35 42 25 17 0 46 127 123 30 13
Binary 11101 100010 10101 1111 0 100110 1010111 1010011 11000 1011

Color Harmonies of #1D2215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2215

Black with #1D2215

Text Example


Text Example

White with #1D2215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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