Html Css Color HEX #2EBA53 Chateau Green

📋 copy color: '#2EBA53'

red 46 ◦ green 186 ◦ blue 83

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

Shades of Chateau Green #2EBA53

Tints of Chateau Green #2EBA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.35%

R = 14.6%
G = 59.05%
B = 26.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#2EBA53 (or 0x2EBA53) is known color: Chateau Green. HEX triplet: 2E, BA and 53. RGB value is (46,186,83). Sum of RGB (Red+Green+Blue) = 46+186+83=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBA53 is #D145AC. Grayscale: #848484. Windows color (decimal): -13714861 or 5487150. OLE color: 5487150.

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

Color convert

RGB 46 186 83 -
CMYK 0.75 0 0.55 0.27
HSL 135.86º 0.6% 0.45% -
HSV(B) 135.86º 0.75% 0.73% -
XYZ 20.25 36.32 14.13 -
YUV 132.4 100.12 66.38 -
System Red Green Blue C M Y K H S L
Decimal 46 186 83 0.75 0 0.55 0.27 135.86 0.6 0.45
Hex 2E BA 53 4B 0 37 1B 88 3C 2D
Octal 56 272 123 113 0 67 33 210 74 55
Binary 101110 10111010 1010011 1001011 0 110111 11011 10001000 111100 101101

Color Harmonies of #2EBA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBA53

Black with #2EBA53

Text Example


Text Example

White with #2EBA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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