Html Css Color HEX #1E3901 Pine Tree

📋 copy color: '#1E3901'

red 30 ◦ green 57 ◦ blue 1

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

Shades of Pine Tree #1E3901

Tints of Pine Tree #1E3901

RGB

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

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

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

R = 34.09%
G = 64.77%
B = 1.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#1E3901 (or 0x1E3901) is known color: Pine Tree. HEX triplet: 1E, 39 and 01. RGB value is (30,57,1). Sum of RGB (Red+Green+Blue) = 30+57+1=88 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.09% from 88); Green value is 57 (22.66% from 255 or 64.77% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 57 - color contains mainly: green. Hex color #1E3901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3901 is #E1C6FE. Grayscale: #2A2A2A. Windows color (decimal): -14796543 or 80158. OLE color: 80158.

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

Color convert

RGB 30 57 1 -
CMYK 0.47 0 0.98 0.78
HSL 88.93º 0.97% 0.11% -
HSV(B) 88.93º 0.98% 0.22% -
XYZ 2 3.2 0.54 -
YUV 42.54 104.55 119.05 -
System Red Green Blue C M Y K H S L
Decimal 30 57 1 0.47 0 0.98 0.78 88.93 0.97 0.11
Hex 1E 39 1 2F 0 62 4E 59 61 B
Octal 36 71 1 57 0 142 116 131 141 13
Binary 11110 111001 1 101111 0 1100010 1001110 1011001 1100001 1011

Color Harmonies of #1E3901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3901

Black with #1E3901

Text Example


Text Example

White with #1E3901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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