Html Css Color HEX #2EB353 Chateau Green

📋 copy color: '#2EB353'

red 46 ◦ green 179 ◦ blue 83

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

Shades of Chateau Green #2EB353

Tints of Chateau Green #2EB353

RGB

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

 GREEN value IS 179 (70.31% from 255) = 58.12%

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

R = 14.94%
G = 58.12%
B = 26.95%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#2EB353 (or 0x2EB353) is known color: Chateau Green. HEX triplet: 2E, B3 and 53. RGB value is (46,179,83). Sum of RGB (Red+Green+Blue) = 46+179+83=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 179 (70.31% from 255 or 58.12% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB353 is #D14CAC. Grayscale: #808080. Windows color (decimal): -13716653 or 5485358. OLE color: 5485358.

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

Color convert

RGB 46 179 83 -
CMYK 0.74 0 0.54 0.30
HSL 136.69º 0.59% 0.44% -
HSV(B) 136.69º 0.74% 0.7% -
XYZ 18.81 33.45 13.65 -
YUV 128.29 102.44 69.31 -
System Red Green Blue C M Y K H S L
Decimal 46 179 83 0.74 0 0.54 0.30 136.69 0.59 0.44
Hex 2E B3 53 4A 0 36 1E 89 3B 2C
Octal 56 263 123 112 0 66 36 211 73 54
Binary 101110 10110011 1010011 1001010 0 110110 11110 10001001 111011 101100

Color Harmonies of #2EB353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB353

Black with #2EB353

Text Example


Text Example

White with #2EB353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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