Html Css Color HEX #1E6341 Green Pea

📋 copy color: '#1E6341'

red 30 ◦ green 99 ◦ blue 65

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

Shades of Green Pea #1E6341

Tints of Green Pea #1E6341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 51.03%

 BLUE value IS 65 (25.78% from 255) = 33.51%

R = 15.46%
G = 51.03%
B = 33.51%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#1E6341 (or 0x1E6341) is known color: Green Pea. HEX triplet: 1E, 63 and 41. RGB value is (30,99,65). Sum of RGB (Red+Green+Blue) = 30+99+65=194 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.46% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #1E6341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6341 is #E19CBE. Grayscale: #4A4A4A. Windows color (decimal): -14785727 or 4285214. OLE color: 4285214.

HSL color Cylindrical-coordinate representation of color #1E6341: hue angle of 150.43º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E6341 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB 30 99 65 -
CMYK 0.70 0 0.34 0.61
HSL 150.43º 0.53% 0.25% -
HSV(B) 150.43º 0.7% 0.39% -
XYZ 5.95 9.58 6.54 -
YUV 74.49 122.64 96.26 -
System Red Green Blue C M Y K H S L
Decimal 30 99 65 0.70 0 0.34 0.61 150.43 0.53 0.25
Hex 1E 63 41 46 0 22 3D 96 35 19
Octal 36 143 101 106 0 42 75 226 65 31
Binary 11110 1100011 1000001 1000110 0 100010 111101 10010110 110101 11001

Color Harmonies of #1E6341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6341

Black with #1E6341

Text Example


Text Example

White with #1E6341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,99,65); }

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

background-color css

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

 a { background-color: rgb(30,99,65); }

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

border-color css

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

 span { border-color: rgb(30,99,65); }

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