Html Css Color HEX #2EA546 Chateau Green

📋 copy color: '#2EA546'

red 46 ◦ green 165 ◦ blue 70

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

Shades of Chateau Green #2EA546

Tints of Chateau Green #2EA546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.91%

R = 16.37%
G = 58.72%
B = 24.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#2EA546 (or 0x2EA546) is known color: Chateau Green. HEX triplet: 2E, A5 and 46. RGB value is (46,165,70). Sum of RGB (Red+Green+Blue) = 46+165+70=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 165 (64.84% from 255 or 58.72% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA546 is #D15AB9. Grayscale: #767676. Windows color (decimal): -13720250 or 4629806. OLE color: 4629806.

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

Color convert

RGB 46 165 70 -
CMYK 0.72 0 0.58 0.35
HSL 132.1º 0.56% 0.41% -
HSV(B) 132.1º 0.72% 0.65% -
XYZ 15.69 27.93 10.36 -
YUV 118.59 100.58 76.22 -
System Red Green Blue C M Y K H S L
Decimal 46 165 70 0.72 0 0.58 0.35 132.1 0.56 0.41
Hex 2E A5 46 48 0 3A 23 84 38 29
Octal 56 245 106 110 0 72 43 204 70 51
Binary 101110 10100101 1000110 1001000 0 111010 100011 10000100 111000 101001

Color Harmonies of #2EA546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA546

Black with #2EA546

Text Example


Text Example

White with #2EA546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,165,70); }

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

background-color css

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

 a { background-color: rgb(46,165,70); }

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

border-color css

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

 span { border-color: rgb(46,165,70); }

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