Html Css Color HEX #2DBB76 Medium Sea Green

📋 copy color: '#2DBB76'

red 45 ◦ green 187 ◦ blue 118

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

Shades of Medium Sea Green #2DBB76

Tints of Medium Sea Green #2DBB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.71%

R = 12.86%
G = 53.43%
B = 33.71%

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

#2DBB76 (or 0x2DBB76) is known color: Medium Sea Green. HEX triplet: 2D, BB and 76. RGB value is (45,187,118). Sum of RGB (Red+Green+Blue) = 45+187+118=350 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.86% from 350); Green value is 187 (73.44% from 255 or 53.43% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 187 - color contains mainly: green. Hex color #2DBB76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBB76 is #D24489. Grayscale: #888888. Windows color (decimal): -13780106 or 7781165. OLE color: 7781165.

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

Color convert

RGB 45 187 118 -
CMYK 0.76 0 0.37 0.27
HSL 150.85º 0.61% 0.45% -
HSV(B) 150.85º 0.76% 0.73% -
XYZ 22.12 37.41 23.19 -
YUV 136.68 117.46 62.61 -
System Red Green Blue C M Y K H S L
Decimal 45 187 118 0.76 0 0.37 0.27 150.85 0.61 0.45
Hex 2D BB 76 4C 0 25 1B 97 3D 2D
Octal 55 273 166 114 0 45 33 227 75 55
Binary 101101 10111011 1110110 1001100 0 100101 11011 10010111 111101 101101

Color Harmonies of #2DBB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBB76

Black with #2DBB76

Text Example


Text Example

White with #2DBB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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