Html Css Color HEX #2EAF4D Chateau Green

📋 copy color: '#2EAF4D'

red 46 ◦ green 175 ◦ blue 77

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

Shades of Chateau Green #2EAF4D

Tints of Chateau Green #2EAF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.84%

R = 15.44%
G = 58.72%
B = 25.84%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#2EAF4D (or 0x2EAF4D) is known color: Chateau Green. HEX triplet: 2E, AF and 4D. RGB value is (46,175,77). Sum of RGB (Red+Green+Blue) = 46+175+77=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 175 (68.75% from 255 or 58.72% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAF4D is #D150B2. Grayscale: #7D7D7D. Windows color (decimal): -13717683 or 5091118. OLE color: 5091118.

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

Color convert

RGB 46 175 77 -
CMYK 0.74 0 0.56 0.31
HSL 134.42º 0.58% 0.43% -
HSV(B) 134.42º 0.74% 0.69% -
XYZ 17.8 31.78 12.22 -
YUV 125.26 100.76 71.47 -
System Red Green Blue C M Y K H S L
Decimal 46 175 77 0.74 0 0.56 0.31 134.42 0.58 0.43
Hex 2E AF 4D 4A 0 38 1F 86 3A 2B
Octal 56 257 115 112 0 70 37 206 72 53
Binary 101110 10101111 1001101 1001010 0 111000 11111 10000110 111010 101011

Color Harmonies of #2EAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAF4D

Black with #2EAF4D

Text Example


Text Example

White with #2EAF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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