Html Css Color HEX #2EB259 Chateau Green

📋 copy color: '#2EB259'

red 46 ◦ green 178 ◦ blue 89

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

Shades of Chateau Green #2EB259

Tints of Chateau Green #2EB259

RGB

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

 GREEN value IS 178 (69.92% from 255) = 56.87%

 BLUE value IS 89 (35.16% from 255) = 28.43%

R = 14.7%
G = 56.87%
B = 28.43%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#2EB259 (or 0x2EB259) is known color: Chateau Green. HEX triplet: 2E, B2 and 59. RGB value is (46,178,89). Sum of RGB (Red+Green+Blue) = 46+178+89=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 178 (69.92% from 255 or 56.87% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB259 is #D14DA6. Grayscale: #808080. Windows color (decimal): -13716903 or 5878318. OLE color: 5878318.

HSL color Cylindrical-coordinate representation of color #2EB259: hue angle of 139.55º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB259 is Cyan = 0.74, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB 46 178 89 -
CMYK 0.74 0 0.5 0.30
HSL 139.55º 0.59% 0.44% -
HSV(B) 139.55º 0.74% 0.7% -
XYZ 18.85 33.14 14.85 -
YUV 128.39 105.77 69.24 -
System Red Green Blue C M Y K H S L
Decimal 46 178 89 0.74 0 0.5 0.30 139.55 0.59 0.44
Hex 2E B2 59 4A 0 32 1E 8C 3B 2C
Octal 56 262 131 112 0 62 36 214 73 54
Binary 101110 10110010 1011001 1001010 0 110010 11110 10001100 111011 101100

Color Harmonies of #2EB259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB259

Black with #2EB259

Text Example


Text Example

White with #2EB259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,178,89); }

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

background-color css

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

 a { background-color: rgb(46,178,89); }

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

border-color css

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

 span { border-color: rgb(46,178,89); }

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