Html Css Color HEX #2EB355 Chateau Green

📋 copy color: '#2EB355'

red 46 ◦ green 179 ◦ blue 85

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

Shades of Chateau Green #2EB355

Tints of Chateau Green #2EB355

RGB

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

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

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

R = 14.84%
G = 57.74%
B = 27.42%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#2EB355 (or 0x2EB355) is known color: Chateau Green. HEX triplet: 2E, B3 and 55. RGB value is (46,179,85). Sum of RGB (Red+Green+Blue) = 46+179+85=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 179 (70.31% from 255 or 57.74% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB355 is #D14CAA. Grayscale: #808080. Windows color (decimal): -13716651 or 5616430. OLE color: 5616430.

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

Color convert

RGB 46 179 85 -
CMYK 0.74 0 0.53 0.30
HSL 137.59º 0.59% 0.44% -
HSV(B) 137.59º 0.74% 0.7% -
XYZ 18.89 33.48 14.06 -
YUV 128.52 103.44 69.14 -
System Red Green Blue C M Y K H S L
Decimal 46 179 85 0.74 0 0.53 0.30 137.59 0.59 0.44
Hex 2E B3 55 4A 0 35 1E 8A 3B 2C
Octal 56 263 125 112 0 65 36 212 73 54
Binary 101110 10110011 1010101 1001010 0 110101 11110 10001010 111011 101100

Color Harmonies of #2EB355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB355

Black with #2EB355

Text Example


Text Example

White with #2EB355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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