Html Css Color HEX #2DBB75 Medium Sea Green

📋 copy color: '#2DBB75'

red 45 ◦ green 187 ◦ blue 117

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

Shades of Medium Sea Green #2DBB75

Tints of Medium Sea Green #2DBB75

RGB

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

 GREEN value IS 187 (73.44% from 255) = 53.58%

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

R = 12.89%
G = 53.58%
B = 33.52%

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

#2DBB75 (or 0x2DBB75) is known color: Medium Sea Green. HEX triplet: 2D, BB and 75. RGB value is (45,187,117). Sum of RGB (Red+Green+Blue) = 45+187+117=349 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.89% from 349); Green value is 187 (73.44% from 255 or 53.58% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 187 - color contains mainly: green. Hex color #2DBB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBB75 is #D2448A. Grayscale: #888888. Windows color (decimal): -13780107 or 7715629. OLE color: 7715629.

HSL color Cylindrical-coordinate representation of color #2DBB75: hue angle of 150.42º 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 #2DBB75 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 45 187 117 -
CMYK 0.76 0 0.37 0.27
HSL 150.42º 0.61% 0.45% -
HSV(B) 150.42º 0.76% 0.73% -
XYZ 22.06 37.38 22.88 -
YUV 136.56 116.96 62.69 -
System Red Green Blue C M Y K H S L
Decimal 45 187 117 0.76 0 0.37 0.27 150.42 0.61 0.45
Hex 2D BB 75 4C 0 25 1B 96 3D 2D
Octal 55 273 165 114 0 45 33 226 75 55
Binary 101101 10111011 1110101 1001100 0 100101 11011 10010110 111101 101101

Color Harmonies of #2DBB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBB75

Black with #2DBB75

Text Example


Text Example

White with #2DBB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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