Html Css Color HEX #1E3501 Pine Tree

📋 copy color: '#1E3501'

red 30 ◦ green 53 ◦ blue 1

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

Shades of Pine Tree #1E3501

Tints of Pine Tree #1E3501

RGB

 RED value IS 30 (12.11% from 255) = 35.71%

 GREEN value IS 53 (21.09% from 255) = 63.1%

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

R = 35.71%
G = 63.1%
B = 1.19%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#1E3501 (or 0x1E3501) is known color: Pine Tree. HEX triplet: 1E, 35 and 01. RGB value is (30,53,1). Sum of RGB (Red+Green+Blue) = 30+53+1=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 53 (21.09% from 255 or 63.10% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 53 - color contains mainly: green. Hex color #1E3501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3501 is #E1CAFE. Grayscale: #282828. Windows color (decimal): -14797567 or 79134. OLE color: 79134.

HSL color Cylindrical-coordinate representation of color #1E3501: hue angle of 86.54º 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 #1E3501 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 30 53 1 -
CMYK 0.43 0 0.98 0.79
HSL 86.54º 0.96% 0.11% -
HSV(B) 86.54º 0.98% 0.21% -
XYZ 1.81 2.82 0.48 -
YUV 40.2 105.88 120.73 -
System Red Green Blue C M Y K H S L
Decimal 30 53 1 0.43 0 0.98 0.79 86.54 0.96 0.11
Hex 1E 35 1 2B 0 62 4F 57 60 B
Octal 36 65 1 53 0 142 117 127 140 13
Binary 11110 110101 1 101011 0 1100010 1001111 1010111 1100000 1011

Color Harmonies of #1E3501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3501

Black with #1E3501

Text Example


Text Example

White with #1E3501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,53,1); }

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

background-color css

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

 a { background-color: rgb(30,53,1); }

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

border-color css

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

 span { border-color: rgb(30,53,1); }

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