Html Css Color HEX #1D2D09 Pine Tree

📋 copy color: '#1D2D09'

red 29 ◦ green 45 ◦ blue 9

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

Shades of Pine Tree #1D2D09

Tints of Pine Tree #1D2D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 54.22%

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

R = 34.94%
G = 54.22%
B = 10.84%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.8

 K value IS 0.82

RGB Variations

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

Color information

#1D2D09 (or 0x1D2D09) is known color: Pine Tree. HEX triplet: 1D, 2D and 09. RGB value is (29,45,9). Sum of RGB (Red+Green+Blue) = 29+45+9=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 45 (17.97% from 255 or 54.22% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 45 - color contains mainly: green. Hex color #1D2D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2D09 is #E2D2F6. Grayscale: #242424. Windows color (decimal): -14865143 or 601373. OLE color: 601373.

HSL color Cylindrical-coordinate representation of color #1D2D09: hue angle of 86.67º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D2D09 is Cyan = 0.36, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.82.

Color convert

RGB 29 45 9 -
CMYK 0.36 0 0.8 0.82
HSL 86.67º 0.67% 0.11% -
HSV(B) 86.67º 0.8% 0.18% -
XYZ 1.49 2.16 0.6 -
YUV 36.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 29 45 9 0.36 0 0.8 0.82 86.67 0.67 0.11
Hex 1D 2D 9 24 0 50 52 57 43 B
Octal 35 55 11 44 0 120 122 127 103 13
Binary 11101 101101 1001 100100 0 1010000 1010010 1010111 1000011 1011

Color Harmonies of #1D2D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2D09

Black with #1D2D09

Text Example


Text Example

White with #1D2D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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