Html Css Color HEX #2EBA4F Chateau Green

📋 copy color: '#2EBA4F'

red 46 ◦ green 186 ◦ blue 79

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

Shades of Chateau Green #2EBA4F

Tints of Chateau Green #2EBA4F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.81%

 BLUE value IS 79 (31.25% from 255) = 25.4%

R = 14.79%
G = 59.81%
B = 25.4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#2EBA4F (or 0x2EBA4F) is known color: Chateau Green. HEX triplet: 2E, BA and 4F. RGB value is (46,186,79). Sum of RGB (Red+Green+Blue) = 46+186+79=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBA4F is #D145B0. Grayscale: #848484. Windows color (decimal): -13714865 or 5225006. OLE color: 5225006.

HSL color Cylindrical-coordinate representation of color #2EBA4F: hue angle of 134.14º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBA4F is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 186 79 -
CMYK 0.75 0 0.58 0.27
HSL 134.14º 0.6% 0.45% -
HSV(B) 134.14º 0.75% 0.73% -
XYZ 20.1 36.26 13.34 -
YUV 131.94 98.12 66.7 -
System Red Green Blue C M Y K H S L
Decimal 46 186 79 0.75 0 0.58 0.27 134.14 0.6 0.45
Hex 2E BA 4F 4B 0 3A 1B 86 3C 2D
Octal 56 272 117 113 0 72 33 206 74 55
Binary 101110 10111010 1001111 1001011 0 111010 11011 10000110 111100 101101

Color Harmonies of #2EBA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBA4F

Black with #2EBA4F

Text Example


Text Example

White with #2EBA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,186,79); }

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

background-color css

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

 a { background-color: rgb(46,186,79); }

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

border-color css

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

 span { border-color: rgb(46,186,79); }

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