Html Css Color HEX #1D2509 Pine Tree

📋 copy color: '#1D2509'

red 29 ◦ green 37 ◦ blue 9

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

Shades of Pine Tree #1D2509

Tints of Pine Tree #1D2509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 12%

R = 38.67%
G = 49.33%
B = 12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#1D2509 (or 0x1D2509) is known color: Pine Tree. HEX triplet: 1D, 25 and 09. RGB value is (29,37,9). Sum of RGB (Red+Green+Blue) = 29+37+9=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #1D2509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2509 is #E2DAF6. Grayscale: #1F1F1F. Windows color (decimal): -14867191 or 599325. OLE color: 599325.

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

Color convert

RGB 29 37 9 -
CMYK 0.22 0 0.76 0.85
HSL 77.14º 0.61% 0.09% -
HSV(B) 77.14º 0.76% 0.15% -
XYZ 1.22 1.6 0.5 -
YUV 31.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 29 37 9 0.22 0 0.76 0.85 77.14 0.61 0.09
Hex 1D 25 9 16 0 4C 55 4D 3D 9
Octal 35 45 11 26 0 114 125 115 75 11
Binary 11101 100101 1001 10110 0 1001100 1010101 1001101 111101 1001

Color Harmonies of #1D2509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2509

Black with #1D2509

Text Example


Text Example

White with #1D2509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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