Html Css Color HEX #2EB14A Chateau Green

📋 copy color: '#2EB14A'

red 46 ◦ green 177 ◦ blue 74

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

Shades of Chateau Green #2EB14A

Tints of Chateau Green #2EB14A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 59.6%

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 15.49%
G = 59.6%
B = 24.92%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#2EB14A (or 0x2EB14A) is known color: Chateau Green. HEX triplet: 2E, B1 and 4A. RGB value is (46,177,74). Sum of RGB (Red+Green+Blue) = 46+177+74=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 177 (69.53% from 255 or 59.60% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB14A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB14A is #D14EB5. Grayscale: #7E7E7E. Windows color (decimal): -13717174 or 4895022. OLE color: 4895022.

HSL color Cylindrical-coordinate representation of color #2EB14A: hue angle of 132.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB14A is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 46 177 74 -
CMYK 0.74 0 0.58 0.31
HSL 132.82º 0.59% 0.44% -
HSV(B) 132.82º 0.74% 0.69% -
XYZ 18.08 32.52 11.8 -
YUV 126.09 98.6 70.88 -
System Red Green Blue C M Y K H S L
Decimal 46 177 74 0.74 0 0.58 0.31 132.82 0.59 0.44
Hex 2E B1 4A 4A 0 3A 1F 85 3B 2C
Octal 56 261 112 112 0 72 37 205 73 54
Binary 101110 10110001 1001010 1001010 0 111010 11111 10000101 111011 101100

Color Harmonies of #2EB14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB14A

Black with #2EB14A

Text Example


Text Example

White with #2EB14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,177,74); }

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

background-color css

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

 a { background-color: rgb(46,177,74); }

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

border-color css

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

 span { border-color: rgb(46,177,74); }

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