Html Css Color HEX #2EB558 Chateau Green

📋 copy color: '#2EB558'

red 46 ◦ green 181 ◦ blue 88

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

Shades of Chateau Green #2EB558

Tints of Chateau Green #2EB558

RGB

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

 GREEN value IS 181 (71.09% from 255) = 57.46%

 BLUE value IS 88 (34.77% from 255) = 27.94%

R = 14.6%
G = 57.46%
B = 27.94%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#2EB558 (or 0x2EB558) is known color: Chateau Green. HEX triplet: 2E, B5 and 58. RGB value is (46,181,88). Sum of RGB (Red+Green+Blue) = 46+181+88=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 181 (71.09% from 255 or 57.46% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB558 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB558 is #D14AA7. Grayscale: #828282. Windows color (decimal): -13716136 or 5813550. OLE color: 5813550.

HSL color Cylindrical-coordinate representation of color #2EB558: hue angle of 138.67º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB558 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 46 181 88 -
CMYK 0.75 0 0.51 0.29
HSL 138.67º 0.59% 0.45% -
HSV(B) 138.67º 0.75% 0.71% -
XYZ 19.41 34.33 14.84 -
YUV 130.03 104.27 68.06 -
System Red Green Blue C M Y K H S L
Decimal 46 181 88 0.75 0 0.51 0.29 138.67 0.59 0.45
Hex 2E B5 58 4B 0 33 1D 8B 3B 2D
Octal 56 265 130 113 0 63 35 213 73 55
Binary 101110 10110101 1011000 1001011 0 110011 11101 10001011 111011 101101

Color Harmonies of #2EB558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB558

Black with #2EB558

Text Example


Text Example

White with #2EB558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,181,88); }

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

background-color css

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

 a { background-color: rgb(46,181,88); }

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

border-color css

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

 span { border-color: rgb(46,181,88); }

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