Html Css Color HEX #1D3009 Pine Tree

📋 copy color: '#1D3009'

red 29 ◦ green 48 ◦ blue 9

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

Shades of Pine Tree #1D3009

Tints of Pine Tree #1D3009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 55.81%

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

R = 33.72%
G = 55.81%
B = 10.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#1D3009 (or 0x1D3009) is known color: Pine Tree. HEX triplet: 1D, 30 and 09. RGB value is (29,48,9). Sum of RGB (Red+Green+Blue) = 29+48+9=86 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.72% from 86); Green value is 48 (19.14% from 255 or 55.81% from 86); Blue value is 9 (3.91% from 255 or 10.47% from 86); Max value from RGB is 48 - color contains mainly: green. Hex color #1D3009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3009 is #E2CFF6. Grayscale: #262626. Windows color (decimal): -14864375 or 602141. OLE color: 602141.

HSL color Cylindrical-coordinate representation of color #1D3009: hue angle of 89.23º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D3009 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.81.

Color convert

RGB 29 48 9 -
CMYK 0.40 0 0.81 0.81
HSL 89.23º 0.68% 0.11% -
HSV(B) 89.23º 0.81% 0.19% -
XYZ 1.61 2.39 0.64 -
YUV 37.87 111.71 121.67 -
System Red Green Blue C M Y K H S L
Decimal 29 48 9 0.40 0 0.81 0.81 89.23 0.68 0.11
Hex 1D 30 9 28 0 51 51 59 44 B
Octal 35 60 11 50 0 121 121 131 104 13
Binary 11101 110000 1001 101000 0 1010001 1010001 1011001 1000100 1011

Color Harmonies of #1D3009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3009

Black with #1D3009

Text Example


Text Example

White with #1D3009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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