Html Css Color HEX #1D3700 Pine Tree

📋 copy color: '#1D3700'

red 29 ◦ green 55 ◦ blue 0

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

Shades of Pine Tree #1D3700

Tints of Pine Tree #1D3700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 65.48%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 34.52%
G = 65.48%
B = 0%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#1D3700 (or 0x1D3700) is known color: Pine Tree. HEX triplet: 1D, 37 and 00. RGB value is (29,55,0). Sum of RGB (Red+Green+Blue) = 29+55+0=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 55 (21.88% from 255 or 65.48% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 55 - color contains mainly: green. Hex color #1D3700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3700 is #E2C8FF. Grayscale: #292929. Windows color (decimal): -14862592 or 14109. OLE color: 14109.

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

Color convert

RGB 29 55 0 -
CMYK 0.47 0 1 0.78
HSL 88.36º 1% 0.11% -
HSV(B) 88.36º 1% 0.22% -
XYZ 1.87 2.99 0.48 -
YUV 40.96 104.89 119.47 -
System Red Green Blue C M Y K H S L
Decimal 29 55 0 0.47 0 1 0.78 88.36 1 0.11
Hex 1D 37 0 2F 0 64 4E 58 64 B
Octal 35 67 0 57 0 144 116 130 144 13
Binary 11101 110111 0 101111 0 1100100 1001110 1011000 1100100 1011

Color Harmonies of #1D3700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3700

Black with #1D3700

Text Example


Text Example

White with #1D3700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,55,0); }

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

background-color css

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

 a { background-color: rgb(29,55,0); }

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

border-color css

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

 span { border-color: rgb(29,55,0); }

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