Html Css Color HEX #2DB678 Medium Sea Green

📋 copy color: '#2DB678'

red 45 ◦ green 182 ◦ blue 120

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

Shades of Medium Sea Green #2DB678

Tints of Medium Sea Green #2DB678

RGB

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

 GREEN value IS 182 (71.48% from 255) = 52.45%

 BLUE value IS 120 (47.27% from 255) = 34.58%

R = 12.97%
G = 52.45%
B = 34.58%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#2DB678 (or 0x2DB678) is known color: Medium Sea Green. HEX triplet: 2D, B6 and 78. RGB value is (45,182,120). Sum of RGB (Red+Green+Blue) = 45+182+120=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 182 (71.48% from 255 or 52.45% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB678 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB678 is #D24987. Grayscale: #868686. Windows color (decimal): -13781384 or 7910957. OLE color: 7910957.

HSL color Cylindrical-coordinate representation of color #2DB678: hue angle of 152.85º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB678 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 182 120 -
CMYK 0.75 0 0.34 0.29
HSL 152.85º 0.6% 0.45% -
HSV(B) 152.85º 0.75% 0.71% -
XYZ 21.2 35.37 23.48 -
YUV 133.97 120.11 64.54 -
System Red Green Blue C M Y K H S L
Decimal 45 182 120 0.75 0 0.34 0.29 152.85 0.6 0.45
Hex 2D B6 78 4B 0 22 1D 99 3C 2D
Octal 55 266 170 113 0 42 35 231 74 55
Binary 101101 10110110 1111000 1001011 0 100010 11101 10011001 111100 101101

Color Harmonies of #2DB678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB678

Black with #2DB678

Text Example


Text Example

White with #2DB678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,182,120); }

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

background-color css

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

 a { background-color: rgb(45,182,120); }

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

border-color css

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

 span { border-color: rgb(45,182,120); }

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