Html Css Color HEX #1EA585 Jungle Green

📋 copy color: '#1EA585'

red 30 ◦ green 165 ◦ blue 133

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

Shades of Jungle Green #1EA585

Tints of Jungle Green #1EA585

RGB

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

 GREEN value IS 165 (64.84% from 255) = 50.3%

 BLUE value IS 133 (52.34% from 255) = 40.55%

R = 9.15%
G = 50.3%
B = 40.55%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#1EA585 (or 0x1EA585) is known color: Jungle Green. HEX triplet: 1E, A5 and 85. RGB value is (30,165,133). Sum of RGB (Red+Green+Blue) = 30+165+133=328 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.15% from 328); Green value is 165 (64.84% from 255 or 50.30% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 165 - color contains mainly: green. Hex color #1EA585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA585 is #E15A7A. Grayscale: #787878. Windows color (decimal): -14768763 or 8758558. OLE color: 8758558.

HSL color Cylindrical-coordinate representation of color #1EA585: hue angle of 165.78º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA585 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 30 165 133 -
CMYK 0.82 0 0.19 0.35
HSL 165.78º 0.69% 0.38% -
HSV(B) 165.78º 0.82% 0.65% -
XYZ 18.22 28.88 26.8 -
YUV 120.99 134.77 63.1 -
System Red Green Blue C M Y K H S L
Decimal 30 165 133 0.82 0 0.19 0.35 165.78 0.69 0.38
Hex 1E A5 85 52 0 13 23 A6 45 26
Octal 36 245 205 122 0 23 43 246 105 46
Binary 11110 10100101 10000101 1010010 0 10011 100011 10100110 1000101 100110

Color Harmonies of #1EA585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA585

Black with #1EA585

Text Example


Text Example

White with #1EA585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,165,133); }

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

background-color css

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

 a { background-color: rgb(30,165,133); }

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

border-color css

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

 span { border-color: rgb(30,165,133); }

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