Html Css Color HEX #2EB955 Chateau Green

📋 copy color: '#2EB955'

red 46 ◦ green 185 ◦ blue 85

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

Shades of Chateau Green #2EB955

Tints of Chateau Green #2EB955

RGB

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

 GREEN value IS 185 (72.66% from 255) = 58.54%

 BLUE value IS 85 (33.59% from 255) = 26.9%

R = 14.56%
G = 58.54%
B = 26.9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#2EB955 (or 0x2EB955) is known color: Chateau Green. HEX triplet: 2E, B9 and 55. RGB value is (46,185,85). Sum of RGB (Red+Green+Blue) = 46+185+85=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 185 (72.66% from 255 or 58.54% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB955 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB955 is #D146AA. Grayscale: #848484. Windows color (decimal): -13715115 or 5617966. OLE color: 5617966.

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

Color convert

RGB 46 185 85 -
CMYK 0.75 0 0.54 0.27
HSL 136.83º 0.6% 0.45% -
HSV(B) 136.83º 0.75% 0.73% -
XYZ 20.12 35.93 14.47 -
YUV 132.04 101.45 66.63 -
System Red Green Blue C M Y K H S L
Decimal 46 185 85 0.75 0 0.54 0.27 136.83 0.6 0.45
Hex 2E B9 55 4B 0 36 1B 89 3C 2D
Octal 56 271 125 113 0 66 33 211 74 55
Binary 101110 10111001 1010101 1001011 0 110110 11011 10001001 111100 101101

Color Harmonies of #2EB955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB955

Black with #2EB955

Text Example


Text Example

White with #2EB955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,185,85); }

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

background-color css

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

 a { background-color: rgb(46,185,85); }

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

border-color css

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

 span { border-color: rgb(46,185,85); }

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