Html Css Color HEX #2DAF6F Medium Sea Green

📋 copy color: '#2DAF6F'

red 45 ◦ green 175 ◦ blue 111

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

Shades of Medium Sea Green #2DAF6F

Tints of Medium Sea Green #2DAF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.53%

R = 13.6%
G = 52.87%
B = 33.53%

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

#2DAF6F (or 0x2DAF6F) is known color: Medium Sea Green. HEX triplet: 2D, AF and 6F. RGB value is (45,175,111). Sum of RGB (Red+Green+Blue) = 45+175+111=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAF6F is #D25090. Grayscale: #808080. Windows color (decimal): -13783185 or 7319341. OLE color: 7319341.

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

Color convert

RGB 45 175 111 -
CMYK 0.74 0 0.37 0.31
HSL 150.46º 0.59% 0.43% -
HSV(B) 150.46º 0.74% 0.69% -
XYZ 19.28 32.37 20.27 -
YUV 128.83 117.93 68.2 -
System Red Green Blue C M Y K H S L
Decimal 45 175 111 0.74 0 0.37 0.31 150.46 0.59 0.43
Hex 2D AF 6F 4A 0 25 1F 96 3B 2B
Octal 55 257 157 112 0 45 37 226 73 53
Binary 101101 10101111 1101111 1001010 0 100101 11111 10010110 111011 101011

Color Harmonies of #2DAF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAF6F

Black with #2DAF6F

Text Example


Text Example

White with #2DAF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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