Html Css Color HEX #2DBA75 Medium Sea Green

📋 copy color: '#2DBA75'

red 45 ◦ green 186 ◦ blue 117

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

Shades of Medium Sea Green #2DBA75

Tints of Medium Sea Green #2DBA75

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.45%

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

R = 12.93%
G = 53.45%
B = 33.62%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#2DBA75 (or 0x2DBA75) is known color: Medium Sea Green. HEX triplet: 2D, BA and 75. RGB value is (45,186,117). Sum of RGB (Red+Green+Blue) = 45+186+117=348 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.93% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBA75 is #D2458A. Grayscale: #888888. Windows color (decimal): -13780363 or 7715373. OLE color: 7715373.

HSL color Cylindrical-coordinate representation of color #2DBA75: hue angle of 150.64º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBA75 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 45 186 117 -
CMYK 0.76 0 0.37 0.27
HSL 150.64º 0.61% 0.45% -
HSV(B) 150.64º 0.76% 0.73% -
XYZ 21.85 36.96 22.81 -
YUV 135.98 117.29 63.11 -
System Red Green Blue C M Y K H S L
Decimal 45 186 117 0.76 0 0.37 0.27 150.64 0.61 0.45
Hex 2D BA 75 4C 0 25 1B 97 3D 2D
Octal 55 272 165 114 0 45 33 227 75 55
Binary 101101 10111010 1110101 1001100 0 100101 11011 10010111 111101 101101

Color Harmonies of #2DBA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBA75

Black with #2DBA75

Text Example


Text Example

White with #2DBA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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