Html Css Color HEX #1D3601 Pine Tree

📋 copy color: '#1D3601'

red 29 ◦ green 54 ◦ blue 1

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

Shades of Pine Tree #1D3601

Tints of Pine Tree #1D3601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 64.29%

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

R = 34.52%
G = 64.29%
B = 1.19%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#1D3601 (or 0x1D3601) is known color: Pine Tree. HEX triplet: 1D, 36 and 01. RGB value is (29,54,1). Sum of RGB (Red+Green+Blue) = 29+54+1=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 54 (21.48% from 255 or 64.29% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 54 - color contains mainly: green. Hex color #1D3601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3601 is #E2C9FE. Grayscale: #282828. Windows color (decimal): -14862847 or 79389. OLE color: 79389.

HSL color Cylindrical-coordinate representation of color #1D3601: hue angle of 88.3º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D3601 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 29 54 1 -
CMYK 0.46 0 0.98 0.79
HSL 88.3º 0.96% 0.11% -
HSV(B) 88.3º 0.98% 0.21% -
XYZ 1.83 2.9 0.49 -
YUV 40.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 29 54 1 0.46 0 0.98 0.79 88.3 0.96 0.11
Hex 1D 36 1 2E 0 62 4F 58 60 B
Octal 35 66 1 56 0 142 117 130 140 13
Binary 11101 110110 1 101110 0 1100010 1001111 1011000 1100000 1011

Color Harmonies of #1D3601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3601

Black with #1D3601

Text Example


Text Example

White with #1D3601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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