Html Css Color HEX #1E4002 Pine Tree

📋 copy color: '#1E4002'

red 30 ◦ green 64 ◦ blue 2

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

Shades of Pine Tree #1E4002

Tints of Pine Tree #1E4002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 66.67%

 BLUE value IS 2 (1.17% from 255) = 2.08%

R = 31.25%
G = 66.67%
B = 2.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#1E4002 (or 0x1E4002) is known color: Pine Tree. HEX triplet: 1E, 40 and 02. RGB value is (30,64,2). Sum of RGB (Red+Green+Blue) = 30+64+2=96 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.25% from 96); Green value is 64 (25.39% from 255 or 66.67% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 64 - color contains mainly: green. Hex color #1E4002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4002 is #E1BFFD. Grayscale: #2E2E2E. Windows color (decimal): -14794750 or 147486. OLE color: 147486.

HSL color Cylindrical-coordinate representation of color #1E4002: hue angle of 92.9º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E4002 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 30 64 2 -
CMYK 0.53 0 0.97 0.75
HSL 92.9º 0.94% 0.13% -
HSV(B) 92.9º 0.97% 0.25% -
XYZ 2.38 3.95 0.69 -
YUV 46.77 102.74 116.04 -
System Red Green Blue C M Y K H S L
Decimal 30 64 2 0.53 0 0.97 0.75 92.9 0.94 0.13
Hex 1E 40 2 35 0 61 4B 5D 5E D
Octal 36 100 2 65 0 141 113 135 136 15
Binary 11110 1000000 10 110101 0 1100001 1001011 1011101 1011110 1101

Color Harmonies of #1E4002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4002

Black with #1E4002

Text Example


Text Example

White with #1E4002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,64,2); }

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

background-color css

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

 a { background-color: rgb(30,64,2); }

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

border-color css

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

 span { border-color: rgb(30,64,2); }

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