Html Css Color HEX #2DB675 Medium Sea Green

📋 copy color: '#2DB675'

red 45 ◦ green 182 ◦ blue 117

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

Shades of Medium Sea Green #2DB675

Tints of Medium Sea Green #2DB675

RGB

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

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

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

R = 13.08%
G = 52.91%
B = 34.01%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#2DB675 (or 0x2DB675) is known color: Medium Sea Green. HEX triplet: 2D, B6 and 75. RGB value is (45,182,117). Sum of RGB (Red+Green+Blue) = 45+182+117=344 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.08% from 344); Green value is 182 (71.48% from 255 or 52.91% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB675 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB675 is #D2498A. Grayscale: #858585. Windows color (decimal): -13781387 or 7714349. OLE color: 7714349.

HSL color Cylindrical-coordinate representation of color #2DB675: hue angle of 151.53º 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 #2DB675 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 182 117 -
CMYK 0.75 0 0.36 0.29
HSL 151.53º 0.6% 0.45% -
HSV(B) 151.53º 0.75% 0.71% -
XYZ 21.02 35.3 22.53 -
YUV 133.63 118.61 64.79 -
System Red Green Blue C M Y K H S L
Decimal 45 182 117 0.75 0 0.36 0.29 151.53 0.6 0.45
Hex 2D B6 75 4B 0 24 1D 98 3C 2D
Octal 55 266 165 113 0 44 35 230 74 55
Binary 101101 10110110 1110101 1001011 0 100100 11101 10011000 111100 101101

Color Harmonies of #2DB675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB675

Black with #2DB675

Text Example


Text Example

White with #2DB675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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