Html Css Color HEX #1EA27F Jungle Green

📋 copy color: '#1EA27F'

red 30 ◦ green 162 ◦ blue 127

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

Shades of Jungle Green #1EA27F

Tints of Jungle Green #1EA27F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.78%

 BLUE value IS 127 (50% from 255) = 39.81%

R = 9.4%
G = 50.78%
B = 39.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#1EA27F (or 0x1EA27F) is known color: Jungle Green. HEX triplet: 1E, A2 and 7F. RGB value is (30,162,127). Sum of RGB (Red+Green+Blue) = 30+162+127=319 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.40% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #1EA27F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA27F is #E15D80. Grayscale: #767676. Windows color (decimal): -14769537 or 8364574. OLE color: 8364574.

HSL color Cylindrical-coordinate representation of color #1EA27F: hue angle of 164.09º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA27F is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 30 162 127 -
CMYK 0.81 0 0.22 0.36
HSL 164.09º 0.69% 0.38% -
HSV(B) 164.09º 0.81% 0.64% -
XYZ 17.29 27.65 24.5 -
YUV 118.54 132.77 64.85 -
System Red Green Blue C M Y K H S L
Decimal 30 162 127 0.81 0 0.22 0.36 164.09 0.69 0.38
Hex 1E A2 7F 51 0 16 24 A4 45 26
Octal 36 242 177 121 0 26 44 244 105 46
Binary 11110 10100010 1111111 1010001 0 10110 100100 10100100 1000101 100110

Color Harmonies of #1EA27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA27F

Black with #1EA27F

Text Example


Text Example

White with #1EA27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,162,127); }

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

background-color css

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

 a { background-color: rgb(30,162,127); }

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

border-color css

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

 span { border-color: rgb(30,162,127); }

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