#2EA44B

Color #2EA44B Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #2EA44B

Tints of Chateau Green #2EA44B

Color information

#2EA44B (or 0x2EA44B) is unknown color: approx Chateau Green. HEX triplet: 2E, A4 and 4B. RGB value is (46,164,75). Sum of RGB (Red+Green+Blue) = 46+164+75=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 164 (64.45% from 255 or 57.54% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 164 - color contains mainly: green. Hex color #2EA44B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA44B is #D15BB4. Grayscale: #767676. Windows color (decimal): -13720501 or 4957230. OLE color: 4957230.

HSL color Cylindrical-coordinate representation of color #2EA44B: hue angle of 134.75º 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 #2EA44B is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB4616475-
CMYK0.7200.540.36
HSL134.75º56.19%41.18%-
HSV(B)134.75º71.95%64.31%-
XYZ15.6727.6411.17-
YUV118.57103.4176.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.14%
GREEN value IS 164 (64.45% from 255) = 57.54%
BLUE value IS 75 (29.69% from 255) = 26.32%
R=16.14%
G=57.54%
B=26.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal46164750.7200.540.36134.7556.1941.18
Hex2EA44B4803624873829
Octal56244113110066442077051
Binary1011101010010010010111001000011011010010010000111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,164,75); }

 H1.HeaderClassName
 {
   color: #2EA44B;
 }
 .AnyTagClassName
 {
   color: #2EA44B;
 }
</style>
background-color css

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

 a { background-color: rgb(46,164,75); }

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

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

 span { border-color: rgb(46,164,75); }

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