Html Css Color HEX #1D3401 Pine Tree

📋 copy color: '#1D3401'

red 29 ◦ green 52 ◦ blue 1

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

Shades of Pine Tree #1D3401

Tints of Pine Tree #1D3401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 63.41%

 BLUE value IS 1 (0.78% from 255) = 1.22%

R = 35.37%
G = 63.41%
B = 1.22%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#1D3401 (or 0x1D3401) is known color: Pine Tree. HEX triplet: 1D, 34 and 01. RGB value is (29,52,1). Sum of RGB (Red+Green+Blue) = 29+52+1=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 52 (20.70% from 255 or 63.41% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 52 - color contains mainly: green. Hex color #1D3401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3401 is #E2CBFE. Grayscale: #272727. Windows color (decimal): -14863359 or 78877. OLE color: 78877.

HSL color Cylindrical-coordinate representation of color #1D3401: hue angle of 87.06º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D3401 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB 29 52 1 -
CMYK 0.44 0 0.98 0.80
HSL 87.06º 0.96% 0.1% -
HSV(B) 87.06º 0.98% 0.2% -
XYZ 1.74 2.72 0.46 -
YUV 39.31 106.38 120.65 -
System Red Green Blue C M Y K H S L
Decimal 29 52 1 0.44 0 0.98 0.80 87.06 0.96 0.1
Hex 1D 34 1 2C 0 62 50 57 60 A
Octal 35 64 1 54 0 142 120 127 140 12
Binary 11101 110100 1 101100 0 1100010 1010000 1010111 1100000 1010

Color Harmonies of #1D3401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3401

Black with #1D3401

Text Example


Text Example

White with #1D3401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,52,1); }

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

background-color css

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

 a { background-color: rgb(29,52,1); }

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

border-color css

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

 span { border-color: rgb(29,52,1); }

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