Html Css Color HEX #1E613A Green Pea

📋 copy color: '#1E613A'

red 30 ◦ green 97 ◦ blue 58

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

Shades of Green Pea #1E613A

Tints of Green Pea #1E613A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.35%

R = 16.22%
G = 52.43%
B = 31.35%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#1E613A (or 0x1E613A) is known color: Green Pea. HEX triplet: 1E, 61 and 3A. RGB value is (30,97,58). Sum of RGB (Red+Green+Blue) = 30+97+58=185 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.22% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #1E613A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E613A is #E19EC5. Grayscale: #484848. Windows color (decimal): -14786246 or 3825950. OLE color: 3825950.

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

Color convert

RGB 30 97 58 -
CMYK 0.69 0 0.40 0.62
HSL 145.07º 0.53% 0.25% -
HSV(B) 145.07º 0.69% 0.38% -
XYZ 5.57 9.13 5.47 -
YUV 72.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 30 97 58 0.69 0 0.40 0.62 145.07 0.53 0.25
Hex 1E 61 3A 45 0 28 3E 91 35 19
Octal 36 141 72 105 0 50 76 221 65 31
Binary 11110 1100001 111010 1000101 0 101000 111110 10010001 110101 11001

Color Harmonies of #1E613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E613A

Black with #1E613A

Text Example


Text Example

White with #1E613A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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