Html Css Color HEX #1E613C Green Pea

📋 copy color: '#1E613C'

red 30 ◦ green 97 ◦ blue 60

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

Shades of Green Pea #1E613C

Tints of Green Pea #1E613C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 32.09%

R = 16.04%
G = 51.87%
B = 32.09%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#1E613C (or 0x1E613C) is known color: Green Pea. HEX triplet: 1E, 61 and 3C. RGB value is (30,97,60). Sum of RGB (Red+Green+Blue) = 30+97+60=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #1E613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E613C is #E19EC3. Grayscale: #484848. Windows color (decimal): -14786244 or 3957022. OLE color: 3957022.

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

Color convert

RGB 30 97 60 -
CMYK 0.69 0 0.38 0.62
HSL 146.87º 0.53% 0.25% -
HSV(B) 146.87º 0.69% 0.38% -
XYZ 5.63 9.15 5.74 -
YUV 72.75 120.8 97.51 -
System Red Green Blue C M Y K H S L
Decimal 30 97 60 0.69 0 0.38 0.62 146.87 0.53 0.25
Hex 1E 61 3C 45 0 26 3E 93 35 19
Octal 36 141 74 105 0 46 76 223 65 31
Binary 11110 1100001 111100 1000101 0 100110 111110 10010011 110101 11001

Color Harmonies of #1E613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E613C

Black with #1E613C

Text Example


Text Example

White with #1E613C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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