Html Css Color HEX #1E6640 Green Pea

📋 copy color: '#1E6640'

red 30 ◦ green 102 ◦ blue 64

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

Shades of Green Pea #1E6640

Tints of Green Pea #1E6640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 52.04%

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

R = 15.31%
G = 52.04%
B = 32.65%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#1E6640 (or 0x1E6640) is known color: Green Pea. HEX triplet: 1E, 66 and 40. RGB value is (30,102,64). Sum of RGB (Red+Green+Blue) = 30+102+64=196 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.31% from 196); Green value is 102 (40.23% from 255 or 52.04% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 102 - color contains mainly: green. Hex color #1E6640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6640 is #E199BF. Grayscale: #4C4C4C. Windows color (decimal): -14784960 or 4220446. OLE color: 4220446.

HSL color Cylindrical-coordinate representation of color #1E6640: hue angle of 148.33º 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 #1E6640 is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB 30 102 64 -
CMYK 0.71 0 0.37 0.6
HSL 148.33º 0.55% 0.26% -
HSV(B) 148.33º 0.71% 0.4% -
XYZ 6.21 10.15 6.48 -
YUV 76.14 121.15 95.09 -
System Red Green Blue C M Y K H S L
Decimal 30 102 64 0.71 0 0.37 0.6 148.33 0.55 0.26
Hex 1E 66 40 47 0 25 3C 94 37 1A
Octal 36 146 100 107 0 45 74 224 67 32
Binary 11110 1100110 1000000 1000111 0 100101 111100 10010100 110111 11010

Color Harmonies of #1E6640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6640

Black with #1E6640

Text Example


Text Example

White with #1E6640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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