Html Css Color HEX #2DA96E Medium Sea Green

📋 copy color: '#2DA96E'

red 45 ◦ green 169 ◦ blue 110

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

Shades of Medium Sea Green #2DA96E

Tints of Medium Sea Green #2DA96E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 52.16%

 BLUE value IS 110 (43.36% from 255) = 33.95%

R = 13.89%
G = 52.16%
B = 33.95%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#2DA96E (or 0x2DA96E) is known color: Medium Sea Green. HEX triplet: 2D, A9 and 6E. RGB value is (45,169,110). Sum of RGB (Red+Green+Blue) = 45+169+110=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 169 (66.41% from 255 or 52.16% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA96E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA96E is #D25691. Grayscale: #7D7D7D. Windows color (decimal): -13784722 or 7252269. OLE color: 7252269.

HSL color Cylindrical-coordinate representation of color #2DA96E: hue angle of 151.45º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA96E is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 45 169 110 -
CMYK 0.73 0 0.35 0.34
HSL 151.45º 0.58% 0.42% -
HSV(B) 151.45º 0.73% 0.66% -
XYZ 18.08 30.06 19.6 -
YUV 125.2 119.42 70.8 -
System Red Green Blue C M Y K H S L
Decimal 45 169 110 0.73 0 0.35 0.34 151.45 0.58 0.42
Hex 2D A9 6E 49 0 23 22 97 3A 2A
Octal 55 251 156 111 0 43 42 227 72 52
Binary 101101 10101001 1101110 1001001 0 100011 100010 10010111 111010 101010

Color Harmonies of #2DA96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA96E

Black with #2DA96E

Text Example


Text Example

White with #2DA96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,169,110); }

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

background-color css

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

 a { background-color: rgb(45,169,110); }

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

border-color css

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

 span { border-color: rgb(45,169,110); }

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