Html Css Color HEX #2EB850 Chateau Green

📋 copy color: '#2EB850'

red 46 ◦ green 184 ◦ blue 80

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

Shades of Chateau Green #2EB850

Tints of Chateau Green #2EB850

RGB

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

 GREEN value IS 184 (72.27% from 255) = 59.35%

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 14.84%
G = 59.35%
B = 25.81%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#2EB850 (or 0x2EB850) is known color: Chateau Green. HEX triplet: 2E, B8 and 50. RGB value is (46,184,80). Sum of RGB (Red+Green+Blue) = 46+184+80=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 184 (72.27% from 255 or 59.35% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB850 is #D147AF. Grayscale: #838383. Windows color (decimal): -13715376 or 5290030. OLE color: 5290030.

HSL color Cylindrical-coordinate representation of color #2EB850: hue angle of 134.78º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB850 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 46 184 80 -
CMYK 0.75 0 0.57 0.28
HSL 134.78º 0.6% 0.45% -
HSV(B) 134.78º 0.75% 0.72% -
XYZ 19.72 35.44 13.39 -
YUV 130.88 99.28 67.46 -
System Red Green Blue C M Y K H S L
Decimal 46 184 80 0.75 0 0.57 0.28 134.78 0.6 0.45
Hex 2E B8 50 4B 0 39 1C 87 3C 2D
Octal 56 270 120 113 0 71 34 207 74 55
Binary 101110 10111000 1010000 1001011 0 111001 11100 10000111 111100 101101

Color Harmonies of #2EB850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB850

Black with #2EB850

Text Example


Text Example

White with #2EB850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,184,80); }

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

background-color css

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

 a { background-color: rgb(46,184,80); }

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

border-color css

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

 span { border-color: rgb(46,184,80); }

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