Html Css Color HEX #2DAF60 Medium Sea Green

📋 copy color: '#2DAF60'

red 45 ◦ green 175 ◦ blue 96

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

Shades of Medium Sea Green #2DAF60

Tints of Medium Sea Green #2DAF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.38%

R = 14.24%
G = 55.38%
B = 30.38%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#2DAF60 (or 0x2DAF60) is known color: Medium Sea Green. HEX triplet: 2D, AF and 60. RGB value is (45,175,96). Sum of RGB (Red+Green+Blue) = 45+175+96=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 175 (68.75% from 255 or 55.38% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAF60 is #D2509F. Grayscale: #7F7F7F. Windows color (decimal): -13783200 or 6336301. OLE color: 6336301.

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

Color convert

RGB 45 175 96 -
CMYK 0.74 0 0.45 0.31
HSL 143.54º 0.59% 0.43% -
HSV(B) 143.54º 0.74% 0.69% -
XYZ 18.52 32.06 16.28 -
YUV 127.12 110.43 69.42 -
System Red Green Blue C M Y K H S L
Decimal 45 175 96 0.74 0 0.45 0.31 143.54 0.59 0.43
Hex 2D AF 60 4A 0 2D 1F 90 3B 2B
Octal 55 257 140 112 0 55 37 220 73 53
Binary 101101 10101111 1100000 1001010 0 101101 11111 10010000 111011 101011

Color Harmonies of #2DAF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAF60

Black with #2DAF60

Text Example


Text Example

White with #2DAF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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