Html Css Color HEX #1D2E01 Pine Tree

📋 copy color: '#1D2E01'

red 29 ◦ green 46 ◦ blue 1

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

Shades of Pine Tree #1D2E01

Tints of Pine Tree #1D2E01

RGB

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

 GREEN value IS 46 (18.36% from 255) = 60.53%

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

R = 38.16%
G = 60.53%
B = 1.32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.82

RGB Variations

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

Color information

#1D2E01 (or 0x1D2E01) is known color: Pine Tree. HEX triplet: 1D, 2E and 01. RGB value is (29,46,1). Sum of RGB (Red+Green+Blue) = 29+46+1=76 (10% of max value = 765). Red value is 29 (11.72% from 255 or 38.16% from 76); Green value is 46 (18.36% from 255 or 60.53% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 46 - color contains mainly: green. Hex color #1D2E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2E01 is #E2D1FE. Grayscale: #232323. Windows color (decimal): -14864895 or 77341. OLE color: 77341.

HSL color Cylindrical-coordinate representation of color #1D2E01: hue angle of 82.67º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D2E01 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.82.

Color convert

RGB 29 46 1 -
CMYK 0.37 0 0.98 0.82
HSL 82.67º 0.96% 0.09% -
HSV(B) 82.67º 0.98% 0.18% -
XYZ 1.49 2.22 0.38 -
YUV 35.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 29 46 1 0.37 0 0.98 0.82 82.67 0.96 0.09
Hex 1D 2E 1 25 0 62 52 53 60 9
Octal 35 56 1 45 0 142 122 123 140 11
Binary 11101 101110 1 100101 0 1100010 1010010 1010011 1100000 1001

Color Harmonies of #1D2E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2E01

Black with #1D2E01

Text Example


Text Example

White with #1D2E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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