Html Css Color HEX #2DAB6A Medium Sea Green

📋 copy color: '#2DAB6A'

red 45 ◦ green 171 ◦ blue 106

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

Shades of Medium Sea Green #2DAB6A

Tints of Medium Sea Green #2DAB6A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.11%

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 13.98%
G = 53.11%
B = 32.92%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#2DAB6A (or 0x2DAB6A) is known color: Medium Sea Green. HEX triplet: 2D, AB and 6A. RGB value is (45,171,106). Sum of RGB (Red+Green+Blue) = 45+171+106=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAB6A is #D25495. Grayscale: #7E7E7E. Windows color (decimal): -13784214 or 6990637. OLE color: 6990637.

HSL color Cylindrical-coordinate representation of color #2DAB6A: hue angle of 149.05º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAB6A is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 45 171 106 -
CMYK 0.74 0 0.38 0.33
HSL 149.05º 0.58% 0.42% -
HSV(B) 149.05º 0.74% 0.67% -
XYZ 18.25 30.72 18.6 -
YUV 125.92 116.76 70.29 -
System Red Green Blue C M Y K H S L
Decimal 45 171 106 0.74 0 0.38 0.33 149.05 0.58 0.42
Hex 2D AB 6A 4A 0 26 21 95 3A 2A
Octal 55 253 152 112 0 46 41 225 72 52
Binary 101101 10101011 1101010 1001010 0 100110 100001 10010101 111010 101010

Color Harmonies of #2DAB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAB6A

Black with #2DAB6A

Text Example


Text Example

White with #2DAB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,171,106); }

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

background-color css

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

 a { background-color: rgb(45,171,106); }

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

border-color css

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

 span { border-color: rgb(45,171,106); }

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