Html Css Color HEX #1D320D Pine Tree

📋 copy color: '#1D320D'

red 29 ◦ green 50 ◦ blue 13

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

Shades of Pine Tree #1D320D

Tints of Pine Tree #1D320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 54.35%

 BLUE value IS 13 (5.47% from 255) = 14.13%

R = 31.52%
G = 54.35%
B = 14.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.74

 K value IS 0.80

RGB Variations

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

Color information

#1D320D (or 0x1D320D) is known color: Pine Tree. HEX triplet: 1D, 32 and 0D. RGB value is (29,50,13). Sum of RGB (Red+Green+Blue) = 29+50+13=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 50 (19.92% from 255 or 54.35% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 50 - color contains mainly: green. Hex color #1D320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D320D is #E2CDF2. Grayscale: #272727. Windows color (decimal): -14863859 or 864797. OLE color: 864797.

HSL color Cylindrical-coordinate representation of color #1D320D: hue angle of 94.05º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D320D is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB 29 50 13 -
CMYK 0.42 0 0.74 0.80
HSL 94.05º 0.59% 0.12% -
HSV(B) 94.05º 0.74% 0.2% -
XYZ 1.72 2.57 0.79 -
YUV 39.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 29 50 13 0.42 0 0.74 0.80 94.05 0.59 0.12
Hex 1D 32 D 2A 0 4A 50 5E 3B C
Octal 35 62 15 52 0 112 120 136 73 14
Binary 11101 110010 1101 101010 0 1001010 1010000 1011110 111011 1100

Color Harmonies of #1D320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D320D

Black with #1D320D

Text Example


Text Example

White with #1D320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,50,13); }

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

background-color css

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

 a { background-color: rgb(29,50,13); }

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

border-color css

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

 span { border-color: rgb(29,50,13); }

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