#2DBB62

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

Shades of Medium Sea Green #2DBB62

Tints of Medium Sea Green #2DBB62

Color information

#2DBB62 (or 0x2DBB62) is unknown color: approx Medium Sea Green. HEX triplet: 2D, BB and 62. RGB value is (45,187,98). Sum of RGB (Red+Green+Blue) = 45+187+98=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #2DBB62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBB62 is #D2449D. Grayscale: #868686. Windows color (decimal): -13780126 or 6470445. OLE color: 6470445.

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

Color convert

RGB4518798-
CMYK0.7600.480.27
HSL142.39º61.21%45.49%-
HSV(B)142.39º75.94%73.33%-
XYZ21.0636.9817.58-
YUV134.4107.4664.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.64%
GREEN value IS 187 (73.44% from 255) = 56.67%
BLUE value IS 98 (38.67% from 255) = 29.70%
R=13.64%
G=56.67%
B=29.70%

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
Decimal45187980.7600.480.27142.3961.2145.49
Hex2DBB624C0301B8e3d2d
Octal55273142114060332167555
Binary101101101110111100010100110001100001101110001110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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