#2DBB61

Color #2DBB61 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2DBB61

Tints of Medium Sea Green #2DBB61

Color information

#2DBB61 (or 0x2DBB61) is unknown color: approx Medium Sea Green. HEX triplet: 2D, BB and 61. RGB value is (45,187,97). Sum of RGB (Red+Green+Blue) = 45+187+97=329 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.68% from 329); Green value is 187 (73.44% from 255 or 56.84% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 187 - color contains mainly: green. Hex color #2DBB61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBB61 is #D2449E. Grayscale: #868686. Windows color (decimal): -13780127 or 6404909. OLE color: 6404909.

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

Color convert

RGB4518797-
CMYK0.7600.480.27
HSL141.97º61.21%45.49%-
HSV(B)141.97º75.94%73.33%-
XYZ21.0136.9617.34-
YUV134.28106.9664.32-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.68%
GREEN value IS 187 (73.44% from 255) = 56.84%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=13.68%
G=56.84%
B=29.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal45187970.7600.480.27141.9761.2145.49
Hex2DBB614C0301B8e3d2d
Octal55273141114060332167555
Binary101101101110111100001100110001100001101110001110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2DBB61;
 }
 .AnyTagClassName
 {
   color: #2DBB61;
 }
</style>
background-color css

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

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

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

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

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

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