Html Css Color HEX #2DBA6C Medium Sea Green

📋 copy color: '#2DBA6C'

red 45 ◦ green 186 ◦ blue 108

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

Shades of Medium Sea Green #2DBA6C

Tints of Medium Sea Green #2DBA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.86%

R = 13.27%
G = 54.87%
B = 31.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#2DBA6C (or 0x2DBA6C) is known color: Medium Sea Green. HEX triplet: 2D, BA and 6C. RGB value is (45,186,108). Sum of RGB (Red+Green+Blue) = 45+186+108=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBA6C is #D24593. Grayscale: #878787. Windows color (decimal): -13780372 or 7125549. OLE color: 7125549.

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

Color convert

RGB 45 186 108 -
CMYK 0.76 0 0.42 0.27
HSL 146.81º 0.61% 0.45% -
HSV(B) 146.81º 0.76% 0.73% -
XYZ 21.35 36.76 20.16 -
YUV 134.95 112.79 63.84 -
System Red Green Blue C M Y K H S L
Decimal 45 186 108 0.76 0 0.42 0.27 146.81 0.61 0.45
Hex 2D BA 6C 4C 0 2A 1B 93 3D 2D
Octal 55 272 154 114 0 52 33 223 75 55
Binary 101101 10111010 1101100 1001100 0 101010 11011 10010011 111101 101101

Color Harmonies of #2DBA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBA6C

Black with #2DBA6C

Text Example


Text Example

White with #2DBA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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