Html Css Color HEX #2DB16C Medium Sea Green

📋 copy color: '#2DB16C'

red 45 ◦ green 177 ◦ blue 108

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

Shades of Medium Sea Green #2DB16C

Tints of Medium Sea Green #2DB16C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 53.64%

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

R = 13.64%
G = 53.64%
B = 32.73%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#2DB16C (or 0x2DB16C) is known color: Medium Sea Green. HEX triplet: 2D, B1 and 6C. RGB value is (45,177,108). Sum of RGB (Red+Green+Blue) = 45+177+108=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB16C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB16C is #D24E93. Grayscale: #818181. Windows color (decimal): -13782676 or 7123245. OLE color: 7123245.

HSL color Cylindrical-coordinate representation of color #2DB16C: hue angle of 148.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB16C is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 45 177 108 -
CMYK 0.75 0 0.39 0.31
HSL 148.64º 0.59% 0.44% -
HSV(B) 148.64º 0.75% 0.69% -
XYZ 19.51 33.08 19.55 -
YUV 129.67 115.77 67.61 -
System Red Green Blue C M Y K H S L
Decimal 45 177 108 0.75 0 0.39 0.31 148.64 0.59 0.44
Hex 2D B1 6C 4B 0 27 1F 95 3B 2C
Octal 55 261 154 113 0 47 37 225 73 54
Binary 101101 10110001 1101100 1001011 0 100111 11111 10010101 111011 101100

Color Harmonies of #2DB16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB16C

Black with #2DB16C

Text Example


Text Example

White with #2DB16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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