Html Css Color HEX #1D2711 Pine Tree

📋 copy color: '#1D2711'

red 29 ◦ green 39 ◦ blue 17

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

Shades of Pine Tree #1D2711

Tints of Pine Tree #1D2711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 20%

R = 34.12%
G = 45.88%
B = 20%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.85

RGB Variations

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

Color information

#1D2711 (or 0x1D2711) is known color: Pine Tree. HEX triplet: 1D, 27 and 11. RGB value is (29,39,17). Sum of RGB (Red+Green+Blue) = 29+39+17=85 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.12% from 85); Green value is 39 (15.62% from 255 or 45.88% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 39 - color contains mainly: green. Hex color #1D2711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2711 is #E2D8EE. Grayscale: #212121. Windows color (decimal): -14866671 or 1124125. OLE color: 1124125.

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

Color convert

RGB 29 39 17 -
CMYK 0.26 0 0.56 0.85
HSL 87.27º 0.39% 0.11% -
HSV(B) 87.27º 0.56% 0.15% -
XYZ 1.33 1.75 0.8 -
YUV 33.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 29 39 17 0.26 0 0.56 0.85 87.27 0.39 0.11
Hex 1D 27 11 1A 0 38 55 57 27 B
Octal 35 47 21 32 0 70 125 127 47 13
Binary 11101 100111 10001 11010 0 111000 1010101 1010111 100111 1011

Color Harmonies of #1D2711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2711

Black with #1D2711

Text Example


Text Example

White with #1D2711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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