Html Css Color HEX #2DC06D Medium Sea Green

📋 copy color: '#2DC06D'

red 45 ◦ green 192 ◦ blue 109

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

Shades of Medium Sea Green #2DC06D

Tints of Medium Sea Green #2DC06D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.49%

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 13.01%
G = 55.49%
B = 31.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#2DC06D (or 0x2DC06D) is known color: Medium Sea Green. HEX triplet: 2D, C0 and 6D. RGB value is (45,192,109). Sum of RGB (Red+Green+Blue) = 45+192+109=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC06D is #D23F92. Grayscale: #8A8A8A. Windows color (decimal): -13778835 or 7192621. OLE color: 7192621.

HSL color Cylindrical-coordinate representation of color #2DC06D: hue angle of 146.12º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC06D is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 192 109 -
CMYK 0.77 0 0.43 0.25
HSL 146.12º 0.62% 0.46% -
HSV(B) 146.12º 0.77% 0.75% -
XYZ 22.69 39.36 20.87 -
YUV 138.59 111.3 61.25 -
System Red Green Blue C M Y K H S L
Decimal 45 192 109 0.77 0 0.43 0.25 146.12 0.62 0.46
Hex 2D C0 6D 4D 0 2B 19 92 3E 2E
Octal 55 300 155 115 0 53 31 222 76 56
Binary 101101 11000000 1101101 1001101 0 101011 11001 10010010 111110 101110

Color Harmonies of #2DC06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC06D

Black with #2DC06D

Text Example


Text Example

White with #2DC06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,192,109); }

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

background-color css

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

 a { background-color: rgb(45,192,109); }

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

border-color css

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

 span { border-color: rgb(45,192,109); }

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