Html Css Color HEX #1E2801 Pine Tree

📋 copy color: '#1E2801'

red 30 ◦ green 40 ◦ blue 1

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

Shades of Pine Tree #1E2801

Tints of Pine Tree #1E2801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 56.34%

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

R = 42.25%
G = 56.34%
B = 1.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#1E2801 (or 0x1E2801) is known color: Pine Tree. HEX triplet: 1E, 28 and 01. RGB value is (30,40,1). Sum of RGB (Red+Green+Blue) = 30+40+1=71 (9% of max value = 765). Red value is 30 (12.11% from 255 or 42.25% from 71); Green value is 40 (16.02% from 255 or 56.34% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 40 - color contains mainly: green. Hex color #1E2801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2801 is #E1D7FE. Grayscale: #202020. Windows color (decimal): -14800895 or 75806. OLE color: 75806.

HSL color Cylindrical-coordinate representation of color #1E2801: hue angle of 75.38º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E2801 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 30 40 1 -
CMYK 0.25 0 0.98 0.84
HSL 75.38º 0.95% 0.08% -
HSV(B) 75.38º 0.98% 0.16% -
XYZ 1.3 1.8 0.31 -
YUV 32.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 30 40 1 0.25 0 0.98 0.84 75.38 0.95 0.08
Hex 1E 28 1 19 0 62 54 4B 5F 8
Octal 36 50 1 31 0 142 124 113 137 10
Binary 11110 101000 1 11001 0 1100010 1010100 1001011 1011111 1000

Color Harmonies of #1E2801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2801

Black with #1E2801

Text Example


Text Example

White with #1E2801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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