Html Css Color HEX #1D2712 Pine Tree

📋 copy color: '#1D2712'

red 29 ◦ green 39 ◦ blue 18

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

Shades of Pine Tree #1D2712

Tints of Pine Tree #1D2712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 45.35%

 BLUE value IS 18 (7.42% from 255) = 20.93%

R = 33.72%
G = 45.35%
B = 20.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#1D2712 (or 0x1D2712) is known color: Pine Tree. HEX triplet: 1D, 27 and 12. RGB value is (29,39,18). Sum of RGB (Red+Green+Blue) = 29+39+18=86 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.72% from 86); Green value is 39 (15.62% from 255 or 45.35% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 39 - color contains mainly: green. Hex color #1D2712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2712 is #E2D8ED. Grayscale: #212121. Windows color (decimal): -14866670 or 1189661. OLE color: 1189661.

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

Color convert

RGB 29 39 18 -
CMYK 0.26 0 0.54 0.85
HSL 88.57º 0.37% 0.11% -
HSV(B) 88.57º 0.54% 0.15% -
XYZ 1.34 1.76 0.84 -
YUV 33.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 29 39 18 0.26 0 0.54 0.85 88.57 0.37 0.11
Hex 1D 27 12 1A 0 36 55 59 25 B
Octal 35 47 22 32 0 66 125 131 45 13
Binary 11101 100111 10010 11010 0 110110 1010101 1011001 100101 1011

Color Harmonies of #1D2712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2712

Black with #1D2712

Text Example


Text Example

White with #1D2712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,39,18); }

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

background-color css

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

 a { background-color: rgb(29,39,18); }

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

border-color css

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

 span { border-color: rgb(29,39,18); }

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