Html Css Color HEX #2EA274 Jungle Green

📋 copy color: '#2EA274'

red 46 ◦ green 162 ◦ blue 116

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

Shades of Jungle Green #2EA274

Tints of Jungle Green #2EA274

RGB

 RED value IS 46 (18.36% from 255) = 14.2%

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

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 14.2%
G = 50%
B = 35.8%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#2EA274 (or 0x2EA274) is known color: Jungle Green. HEX triplet: 2E, A2 and 74. RGB value is (46,162,116). Sum of RGB (Red+Green+Blue) = 46+162+116=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA274 is #D15D8B. Grayscale: #7A7A7A. Windows color (decimal): -13720972 or 7643694. OLE color: 7643694.

HSL color Cylindrical-coordinate representation of color #2EA274: hue angle of 156.21º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA274 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 46 162 116 -
CMYK 0.72 0 0.28 0.36
HSL 156.21º 0.56% 0.41% -
HSV(B) 156.21º 0.72% 0.64% -
XYZ 17.2 27.68 20.96 -
YUV 122.07 124.57 73.74 -
System Red Green Blue C M Y K H S L
Decimal 46 162 116 0.72 0 0.28 0.36 156.21 0.56 0.41
Hex 2E A2 74 48 0 1C 24 9C 38 29
Octal 56 242 164 110 0 34 44 234 70 51
Binary 101110 10100010 1110100 1001000 0 11100 100100 10011100 111000 101001

Color Harmonies of #2EA274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA274

Black with #2EA274

Text Example


Text Example

White with #2EA274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EA274; }

 p { color: rgb(46,162,116); }

 H1.HeaderClassName
 {
   color: #2EA274;
 }
 .AnyTagClassName
 {
   color: #2EA274;
 }
</style>

background-color css

<style>
 a { background-color: #2EA274; }

 a { background-color: rgb(46,162,116); }

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

border-color css

<style>
 span { border-color: #2EA274; }

 span { border-color: rgb(46,162,116); }

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