Html Css Color HEX #2EA63F Chateau Green

📋 copy color: '#2EA63F'

red 46 ◦ green 166 ◦ blue 63

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

Shades of Chateau Green #2EA63F

Tints of Chateau Green #2EA63F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 60.36%

 BLUE value IS 63 (25% from 255) = 22.91%

R = 16.73%
G = 60.36%
B = 22.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#2EA63F (or 0x2EA63F) is known color: Chateau Green. HEX triplet: 2E, A6 and 3F. RGB value is (46,166,63). Sum of RGB (Red+Green+Blue) = 46+166+63=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 166 (65.23% from 255 or 60.36% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA63F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA63F is #D159C0. Grayscale: #767676. Windows color (decimal): -13720001 or 4171310. OLE color: 4171310.

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

Color convert

RGB 46 166 63 -
CMYK 0.72 0 0.62 0.35
HSL 128.5º 0.57% 0.42% -
HSV(B) 128.5º 0.72% 0.65% -
XYZ 15.66 28.21 9.32 -
YUV 118.38 96.74 76.38 -
System Red Green Blue C M Y K H S L
Decimal 46 166 63 0.72 0 0.62 0.35 128.5 0.57 0.42
Hex 2E A6 3F 48 0 3E 23 80 39 2A
Octal 56 246 77 110 0 76 43 200 71 52
Binary 101110 10100110 111111 1001000 0 111110 100011 10000000 111001 101010

Color Harmonies of #2EA63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA63F

Black with #2EA63F

Text Example


Text Example

White with #2EA63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,166,63); }

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

background-color css

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

 a { background-color: rgb(46,166,63); }

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

border-color css

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

 span { border-color: rgb(46,166,63); }

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