Html Css Color HEX #1D3901 Pine Tree

📋 copy color: '#1D3901'

red 29 ◦ green 57 ◦ blue 1

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

Shades of Pine Tree #1D3901

Tints of Pine Tree #1D3901

RGB

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

 GREEN value IS 57 (22.66% from 255) = 65.52%

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

R = 33.33%
G = 65.52%
B = 1.15%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#1D3901 (or 0x1D3901) is known color: Pine Tree. HEX triplet: 1D, 39 and 01. RGB value is (29,57,1). Sum of RGB (Red+Green+Blue) = 29+57+1=87 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.33% from 87); Green value is 57 (22.66% from 255 or 65.52% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 57 - color contains mainly: green. Hex color #1D3901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3901 is #E2C6FE. Grayscale: #2A2A2A. Windows color (decimal): -14862079 or 80157. OLE color: 80157.

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

Color convert

RGB 29 57 1 -
CMYK 0.49 0 0.98 0.78
HSL 90º 0.97% 0.11% -
HSV(B) 90º 0.98% 0.22% -
XYZ 1.98 3.19 0.54 -
YUV 42.24 104.72 118.55 -
System Red Green Blue C M Y K H S L
Decimal 29 57 1 0.49 0 0.98 0.78 90 0.97 0.11
Hex 1D 39 1 31 0 62 4E 5A 61 B
Octal 35 71 1 61 0 142 116 132 141 13
Binary 11101 111001 1 110001 0 1100010 1001110 1011010 1100001 1011

Color Harmonies of #1D3901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3901

Black with #1D3901

Text Example


Text Example

White with #1D3901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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