Html Css Color HEX #2DB670 Medium Sea Green

📋 copy color: '#2DB670'

red 45 ◦ green 182 ◦ blue 112

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

Shades of Medium Sea Green #2DB670

Tints of Medium Sea Green #2DB670

RGB

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

 GREEN value IS 182 (71.48% from 255) = 53.69%

 BLUE value IS 112 (44.14% from 255) = 33.04%

R = 13.27%
G = 53.69%
B = 33.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#2DB670 (or 0x2DB670) is known color: Medium Sea Green. HEX triplet: 2D, B6 and 70. RGB value is (45,182,112). Sum of RGB (Red+Green+Blue) = 45+182+112=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 182 (71.48% from 255 or 53.69% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB670 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB670 is #D2498F. Grayscale: #858585. Windows color (decimal): -13781392 or 7386669. OLE color: 7386669.

HSL color Cylindrical-coordinate representation of color #2DB670: hue angle of 149.34º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB670 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 182 112 -
CMYK 0.75 0 0.38 0.29
HSL 149.34º 0.6% 0.45% -
HSV(B) 149.34º 0.75% 0.71% -
XYZ 20.73 35.18 21.03 -
YUV 133.06 116.11 65.19 -
System Red Green Blue C M Y K H S L
Decimal 45 182 112 0.75 0 0.38 0.29 149.34 0.6 0.45
Hex 2D B6 70 4B 0 26 1D 95 3C 2D
Octal 55 266 160 113 0 46 35 225 74 55
Binary 101101 10110110 1110000 1001011 0 100110 11101 10010101 111100 101101

Color Harmonies of #2DB670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB670

Black with #2DB670

Text Example


Text Example

White with #2DB670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,182,112); }

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

background-color css

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

 a { background-color: rgb(45,182,112); }

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

border-color css

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

 span { border-color: rgb(45,182,112); }

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