Html Css Color HEX #1D2511 Pine Tree

📋 copy color: '#1D2511'

red 29 ◦ green 37 ◦ blue 17

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

Shades of Pine Tree #1D2511

Tints of Pine Tree #1D2511

RGB

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

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

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

R = 34.94%
G = 44.58%
B = 20.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#1D2511 (or 0x1D2511) is known color: Pine Tree. HEX triplet: 1D, 25 and 11. RGB value is (29,37,17). Sum of RGB (Red+Green+Blue) = 29+37+17=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 37 - color contains mainly: green. Hex color #1D2511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2511 is #E2DAEE. Grayscale: #202020. Windows color (decimal): -14867183 or 1123613. OLE color: 1123613.

HSL color Cylindrical-coordinate representation of color #1D2511: hue angle of 84º 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 #1D2511 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB 29 37 17 -
CMYK 0.22 0 0.54 0.85
HSL 84º 0.37% 0.11% -
HSV(B) 84º 0.54% 0.15% -
XYZ 1.27 1.62 0.78 -
YUV 32.33 119.35 125.63 -
System Red Green Blue C M Y K H S L
Decimal 29 37 17 0.22 0 0.54 0.85 84 0.37 0.11
Hex 1D 25 11 16 0 36 55 54 25 B
Octal 35 45 21 26 0 66 125 124 45 13
Binary 11101 100101 10001 10110 0 110110 1010101 1010100 100101 1011

Color Harmonies of #1D2511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2511

Black with #1D2511

Text Example


Text Example

White with #1D2511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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