Html Css Color HEX #1E6142 Green Pea

📋 copy color: '#1E6142'

red 30 ◦ green 97 ◦ blue 66

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

Shades of Green Pea #1E6142

Tints of Green Pea #1E6142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.2%

R = 15.54%
G = 50.26%
B = 34.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#1E6142 (or 0x1E6142) is known color: Green Pea. HEX triplet: 1E, 61 and 42. RGB value is (30,97,66). Sum of RGB (Red+Green+Blue) = 30+97+66=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #1E6142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6142 is #E19EBD. Grayscale: #494949. Windows color (decimal): -14786238 or 4350238. OLE color: 4350238.

HSL color Cylindrical-coordinate representation of color #1E6142: hue angle of 152.24º 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 #1E6142 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 30 97 66 -
CMYK 0.69 0 0.32 0.62
HSL 152.24º 0.53% 0.25% -
HSV(B) 152.24º 0.69% 0.38% -
XYZ 5.79 9.22 6.63 -
YUV 73.43 123.8 97.02 -
System Red Green Blue C M Y K H S L
Decimal 30 97 66 0.69 0 0.32 0.62 152.24 0.53 0.25
Hex 1E 61 42 45 0 20 3E 98 35 19
Octal 36 141 102 105 0 40 76 230 65 31
Binary 11110 1100001 1000010 1000101 0 100000 111110 10011000 110101 11001

Color Harmonies of #1E6142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6142

Black with #1E6142

Text Example


Text Example

White with #1E6142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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