Html Css Color HEX #1D2515 Pine Tree

📋 copy color: '#1D2515'

red 29 ◦ green 37 ◦ blue 21

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

Shades of Pine Tree #1D2515

Tints of Pine Tree #1D2515

RGB

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

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

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

R = 33.33%
G = 42.53%
B = 24.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#1D2515 (or 0x1D2515) is known color: Pine Tree. HEX triplet: 1D, 25 and 15. RGB value is (29,37,21). Sum of RGB (Red+Green+Blue) = 29+37+21=87 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.33% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 37 - color contains mainly: green. Hex color #1D2515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2515 is #E2DAEA. Grayscale: #202020. Windows color (decimal): -14867179 or 1385757. OLE color: 1385757.

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

Color convert

RGB 29 37 21 -
CMYK 0.22 0 0.43 0.85
HSL 90º 0.28% 0.11% -
HSV(B) 90º 0.43% 0.15% -
XYZ 1.3 1.64 0.96 -
YUV 32.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 29 37 21 0.22 0 0.43 0.85 90 0.28 0.11
Hex 1D 25 15 16 0 2B 55 5A 1C B
Octal 35 45 25 26 0 53 125 132 34 13
Binary 11101 100101 10101 10110 0 101011 1010101 1011010 11100 1011

Color Harmonies of #1D2515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2515

Black with #1D2515

Text Example


Text Example

White with #1D2515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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