Html Css Color HEX #1E4201 Pine Tree

📋 copy color: '#1E4201'

red 30 ◦ green 66 ◦ blue 1

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

Shades of Pine Tree #1E4201

Tints of Pine Tree #1E4201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 68.04%

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

R = 30.93%
G = 68.04%
B = 1.03%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#1E4201 (or 0x1E4201) is known color: Pine Tree. HEX triplet: 1E, 42 and 01. RGB value is (30,66,1). Sum of RGB (Red+Green+Blue) = 30+66+1=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 66 (26.17% from 255 or 68.04% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 66 - color contains mainly: green. Hex color #1E4201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4201 is #E1BDFE. Grayscale: #303030. Windows color (decimal): -14794239 or 82462. OLE color: 82462.

HSL color Cylindrical-coordinate representation of color #1E4201: hue angle of 93.23º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E4201 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 30 66 1 -
CMYK 0.55 0 0.98 0.74
HSL 93.23º 0.97% 0.13% -
HSV(B) 93.23º 0.98% 0.26% -
XYZ 2.49 4.17 0.7 -
YUV 47.83 101.57 115.29 -
System Red Green Blue C M Y K H S L
Decimal 30 66 1 0.55 0 0.98 0.74 93.23 0.97 0.13
Hex 1E 42 1 37 0 62 4A 5D 61 D
Octal 36 102 1 67 0 142 112 135 141 15
Binary 11110 1000010 1 110111 0 1100010 1001010 1011101 1100001 1101

Color Harmonies of #1E4201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4201

Black with #1E4201

Text Example


Text Example

White with #1E4201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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