Html Css Color HEX #2EB752 Chateau Green

📋 copy color: '#2EB752'

red 46 ◦ green 183 ◦ blue 82

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

Shades of Chateau Green #2EB752

Tints of Chateau Green #2EB752

RGB

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

 GREEN value IS 183 (71.88% from 255) = 58.84%

 BLUE value IS 82 (32.42% from 255) = 26.37%

R = 14.79%
G = 58.84%
B = 26.37%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#2EB752 (or 0x2EB752) is known color: Chateau Green. HEX triplet: 2E, B7 and 52. RGB value is (46,183,82). Sum of RGB (Red+Green+Blue) = 46+183+82=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 183 (71.88% from 255 or 58.84% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB752 is #D148AD. Grayscale: #828282. Windows color (decimal): -13715630 or 5420846. OLE color: 5420846.

HSL color Cylindrical-coordinate representation of color #2EB752: hue angle of 135.77º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB752 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 46 183 82 -
CMYK 0.75 0 0.55 0.28
HSL 135.77º 0.6% 0.45% -
HSV(B) 135.77º 0.75% 0.72% -
XYZ 19.58 35.06 13.72 -
YUV 130.52 100.61 67.71 -
System Red Green Blue C M Y K H S L
Decimal 46 183 82 0.75 0 0.55 0.28 135.77 0.6 0.45
Hex 2E B7 52 4B 0 37 1C 88 3C 2D
Octal 56 267 122 113 0 67 34 210 74 55
Binary 101110 10110111 1010010 1001011 0 110111 11100 10001000 111100 101101

Color Harmonies of #2EB752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB752

Black with #2EB752

Text Example


Text Example

White with #2EB752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,183,82); }

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

background-color css

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

 a { background-color: rgb(46,183,82); }

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

border-color css

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

 span { border-color: rgb(46,183,82); }

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