Html Css Color HEX #2EAF41 Chateau Green

📋 copy color: '#2EAF41'

red 46 ◦ green 175 ◦ blue 65

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

Shades of Chateau Green #2EAF41

Tints of Chateau Green #2EAF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.73%

R = 16.08%
G = 61.19%
B = 22.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#2EAF41 (or 0x2EAF41) is known color: Chateau Green. HEX triplet: 2E, AF and 41. RGB value is (46,175,65). Sum of RGB (Red+Green+Blue) = 46+175+65=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 175 (68.75% from 255 or 61.19% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAF41 is #D150BE. Grayscale: #7C7C7C. Windows color (decimal): -13717695 or 4304686. OLE color: 4304686.

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

Color convert

RGB 46 175 65 -
CMYK 0.74 0 0.63 0.31
HSL 128.84º 0.58% 0.43% -
HSV(B) 128.84º 0.74% 0.69% -
XYZ 17.41 31.62 10.19 -
YUV 123.89 94.76 72.44 -
System Red Green Blue C M Y K H S L
Decimal 46 175 65 0.74 0 0.63 0.31 128.84 0.58 0.43
Hex 2E AF 41 4A 0 3F 1F 81 3A 2B
Octal 56 257 101 112 0 77 37 201 72 53
Binary 101110 10101111 1000001 1001010 0 111111 11111 10000001 111010 101011

Color Harmonies of #2EAF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAF41

Black with #2EAF41

Text Example


Text Example

White with #2EAF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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