Html Css Color HEX #1E6742 Green Pea

📋 copy color: '#1E6742'

red 30 ◦ green 103 ◦ blue 66

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

Shades of Green Pea #1E6742

Tints of Green Pea #1E6742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 51.76%

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

R = 15.08%
G = 51.76%
B = 33.17%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#1E6742 (or 0x1E6742) is known color: Green Pea. HEX triplet: 1E, 67 and 42. RGB value is (30,103,66). Sum of RGB (Red+Green+Blue) = 30+103+66=199 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.08% from 199); Green value is 103 (40.62% from 255 or 51.76% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 103 - color contains mainly: green. Hex color #1E6742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6742 is #E198BD. Grayscale: #4D4D4D. Windows color (decimal): -14784702 or 4351774. OLE color: 4351774.

HSL color Cylindrical-coordinate representation of color #1E6742: hue angle of 149.59º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E6742 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB 30 103 66 -
CMYK 0.71 0 0.36 0.60
HSL 149.59º 0.55% 0.26% -
HSV(B) 149.59º 0.71% 0.4% -
XYZ 6.37 10.37 6.82 -
YUV 76.96 121.82 94.51 -
System Red Green Blue C M Y K H S L
Decimal 30 103 66 0.71 0 0.36 0.60 149.59 0.55 0.26
Hex 1E 67 42 47 0 24 3C 96 37 1A
Octal 36 147 102 107 0 44 74 226 67 32
Binary 11110 1100111 1000010 1000111 0 100100 111100 10010110 110111 11010

Color Harmonies of #1E6742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6742

Black with #1E6742

Text Example


Text Example

White with #1E6742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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