Html Css Color HEX #2DAF6E Medium Sea Green

📋 copy color: '#2DAF6E'

red 45 ◦ green 175 ◦ blue 110

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

Shades of Medium Sea Green #2DAF6E

Tints of Medium Sea Green #2DAF6E

RGB

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

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

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

R = 13.64%
G = 53.03%
B = 33.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#2DAF6E (or 0x2DAF6E) is known color: Medium Sea Green. HEX triplet: 2D, AF and 6E. RGB value is (45,175,110). Sum of RGB (Red+Green+Blue) = 45+175+110=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 175 (68.75% from 255 or 53.03% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAF6E is #D25091. Grayscale: #808080. Windows color (decimal): -13783186 or 7253805. OLE color: 7253805.

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

Color convert

RGB 45 175 110 -
CMYK 0.74 0 0.37 0.31
HSL 150º 0.59% 0.43% -
HSV(B) 150º 0.74% 0.69% -
XYZ 19.23 32.34 19.98 -
YUV 128.72 117.43 68.29 -
System Red Green Blue C M Y K H S L
Decimal 45 175 110 0.74 0 0.37 0.31 150 0.59 0.43
Hex 2D AF 6E 4A 0 25 1F 96 3B 2B
Octal 55 257 156 112 0 45 37 226 73 53
Binary 101101 10101111 1101110 1001010 0 100101 11111 10010110 111011 101011

Color Harmonies of #2DAF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAF6E

Black with #2DAF6E

Text Example


Text Example

White with #2DAF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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