Html Css Color HEX #2DDA72 Emerald

📋 copy color: '#2DDA72'

red 45 ◦ green 218 ◦ blue 114

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

Shades of Emerald #2DDA72

Tints of Emerald #2DDA72

RGB

 RED value IS 45 (17.97% from 255) = 11.94%

 GREEN value IS 218 (85.55% from 255) = 57.82%

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 11.94%
G = 57.82%
B = 30.24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#2DDA72 (or 0x2DDA72) is known color: Emerald. HEX triplet: 2D, DA and 72. RGB value is (45,218,114). Sum of RGB (Red+Green+Blue) = 45+218+114=377 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.94% from 377); Green value is 218 (85.55% from 255 or 57.82% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDA72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDA72 is #D2258D. Grayscale: #9A9A9A. Windows color (decimal): -13772174 or 7526957. OLE color: 7526957.

HSL color Cylindrical-coordinate representation of color #2DDA72: hue angle of 143.93º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDA72 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 45 218 114 -
CMYK 0.79 0 0.48 0.15
HSL 143.93º 0.7% 0.52% -
HSV(B) 143.93º 0.79% 0.85% -
XYZ 29.19 51.92 24.4 -
YUV 154.42 105.19 49.96 -
System Red Green Blue C M Y K H S L
Decimal 45 218 114 0.79 0 0.48 0.15 143.93 0.7 0.52
Hex 2D DA 72 4F 0 30 F 90 46 34
Octal 55 332 162 117 0 60 17 220 106 64
Binary 101101 11011010 1110010 1001111 0 110000 1111 10010000 1000110 110100

Color Harmonies of #2DDA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDA72

Black with #2DDA72

Text Example


Text Example

White with #2DDA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,218,114); }

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

background-color css

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

 a { background-color: rgb(45,218,114); }

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

border-color css

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

 span { border-color: rgb(45,218,114); }

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