Html Css Color HEX #1E6140 Green Pea

📋 copy color: '#1E6140'

red 30 ◦ green 97 ◦ blue 64

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

Shades of Green Pea #1E6140

Tints of Green Pea #1E6140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.79%

 BLUE value IS 64 (25.39% from 255) = 33.51%

R = 15.71%
G = 50.79%
B = 33.51%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#1E6140 (or 0x1E6140) is known color: Green Pea. HEX triplet: 1E, 61 and 40. RGB value is (30,97,64). Sum of RGB (Red+Green+Blue) = 30+97+64=191 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.71% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #1E6140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6140 is #E19EBF. Grayscale: #494949. Windows color (decimal): -14786240 or 4219166. OLE color: 4219166.

HSL color Cylindrical-coordinate representation of color #1E6140: hue angle of 150.45º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E6140 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 30 97 64 -
CMYK 0.69 0 0.34 0.62
HSL 150.45º 0.53% 0.25% -
HSV(B) 150.45º 0.69% 0.38% -
XYZ 5.74 9.2 6.32 -
YUV 73.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 30 97 64 0.69 0 0.34 0.62 150.45 0.53 0.25
Hex 1E 61 40 45 0 22 3E 96 35 19
Octal 36 141 100 105 0 42 76 226 65 31
Binary 11110 1100001 1000000 1000101 0 100010 111110 10010110 110101 11001

Color Harmonies of #1E6140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6140

Black with #1E6140

Text Example


Text Example

White with #1E6140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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