Html Css Color HEX #2DBE6C Medium Sea Green

📋 copy color: '#2DBE6C'

red 45 ◦ green 190 ◦ blue 108

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

Shades of Medium Sea Green #2DBE6C

Tints of Medium Sea Green #2DBE6C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.39%

 BLUE value IS 108 (42.58% from 255) = 31.49%

R = 13.12%
G = 55.39%
B = 31.49%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#2DBE6C (or 0x2DBE6C) is known color: Medium Sea Green. HEX triplet: 2D, BE and 6C. RGB value is (45,190,108). Sum of RGB (Red+Green+Blue) = 45+190+108=343 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.12% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBE6C is #D24193. Grayscale: #898989. Windows color (decimal): -13779348 or 7126573. OLE color: 7126573.

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

Color convert

RGB 45 190 108 -
CMYK 0.76 0 0.43 0.25
HSL 146.07º 0.62% 0.46% -
HSV(B) 146.07º 0.76% 0.75% -
XYZ 22.2 38.47 20.44 -
YUV 137.3 111.46 62.17 -
System Red Green Blue C M Y K H S L
Decimal 45 190 108 0.76 0 0.43 0.25 146.07 0.62 0.46
Hex 2D BE 6C 4C 0 2B 19 92 3E 2E
Octal 55 276 154 114 0 53 31 222 76 56
Binary 101101 10111110 1101100 1001100 0 101011 11001 10010010 111110 101110

Color Harmonies of #2DBE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBE6C

Black with #2DBE6C

Text Example


Text Example

White with #2DBE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,190,108); }

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

background-color css

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

 a { background-color: rgb(45,190,108); }

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

border-color css

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

 span { border-color: rgb(45,190,108); }

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