Html Css Color HEX #2DC875 Medium Sea Green

📋 copy color: '#2DC875'

red 45 ◦ green 200 ◦ blue 117

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

Shades of Medium Sea Green #2DC875

Tints of Medium Sea Green #2DC875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.25%

 BLUE value IS 117 (46.09% from 255) = 32.32%

R = 12.43%
G = 55.25%
B = 32.32%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#2DC875 (or 0x2DC875) is known color: Medium Sea Green. HEX triplet: 2D, C8 and 75. RGB value is (45,200,117). Sum of RGB (Red+Green+Blue) = 45+200+117=362 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.43% from 362); Green value is 200 (78.52% from 255 or 55.25% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC875 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC875 is #D2378A. Grayscale: #909090. Windows color (decimal): -13776779 or 7718957. OLE color: 7718957.

HSL color Cylindrical-coordinate representation of color #2DC875: hue angle of 147.87º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC875 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 45 200 117 -
CMYK 0.78 0 0.42 0.22
HSL 147.87º 0.63% 0.48% -
HSV(B) 147.87º 0.78% 0.78% -
XYZ 24.95 43.15 23.84 -
YUV 144.19 112.65 57.25 -
System Red Green Blue C M Y K H S L
Decimal 45 200 117 0.78 0 0.42 0.22 147.87 0.63 0.48
Hex 2D C8 75 4E 0 2A 16 94 3F 30
Octal 55 310 165 116 0 52 26 224 77 60
Binary 101101 11001000 1110101 1001110 0 101010 10110 10010100 111111 110000

Color Harmonies of #2DC875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC875

Black with #2DC875

Text Example


Text Example

White with #2DC875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,200,117); }

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

background-color css

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

 a { background-color: rgb(45,200,117); }

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

border-color css

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

 span { border-color: rgb(45,200,117); }

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