Html Css Color HEX #2EAF4A Chateau Green

📋 copy color: '#2EAF4A'

red 46 ◦ green 175 ◦ blue 74

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

Shades of Chateau Green #2EAF4A

Tints of Chateau Green #2EAF4A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 59.32%

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

R = 15.59%
G = 59.32%
B = 25.08%

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

#2EAF4A (or 0x2EAF4A) is known color: Chateau Green. HEX triplet: 2E, AF and 4A. RGB value is (46,175,74). Sum of RGB (Red+Green+Blue) = 46+175+74=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 175 (68.75% from 255 or 59.32% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAF4A is #D150B5. Grayscale: #7D7D7D. Windows color (decimal): -13717686 or 4894510. OLE color: 4894510.

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

Color convert

RGB 46 175 74 -
CMYK 0.74 0 0.58 0.31
HSL 133.02º 0.58% 0.43% -
HSV(B) 133.02º 0.74% 0.69% -
XYZ 17.69 31.74 11.67 -
YUV 124.92 99.26 71.71 -
System Red Green Blue C M Y K H S L
Decimal 46 175 74 0.74 0 0.58 0.31 133.02 0.58 0.43
Hex 2E AF 4A 4A 0 3A 1F 85 3A 2B
Octal 56 257 112 112 0 72 37 205 72 53
Binary 101110 10101111 1001010 1001010 0 111010 11111 10000101 111010 101011

Color Harmonies of #2EAF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAF4A

Black with #2EAF4A

Text Example


Text Example

White with #2EAF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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