Html Css Color HEX #2DB760 Medium Sea Green

📋 copy color: '#2DB760'

red 45 ◦ green 183 ◦ blue 96

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

Shades of Medium Sea Green #2DB760

Tints of Medium Sea Green #2DB760

RGB

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

 GREEN value IS 183 (71.88% from 255) = 56.48%

 BLUE value IS 96 (37.89% from 255) = 29.63%

R = 13.89%
G = 56.48%
B = 29.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#2DB760 (or 0x2DB760) is known color: Medium Sea Green. HEX triplet: 2D, B7 and 60. RGB value is (45,183,96). Sum of RGB (Red+Green+Blue) = 45+183+96=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 183 (71.88% from 255 or 56.48% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB760 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB760 is #D2489F. Grayscale: #848484. Windows color (decimal): -13781152 or 6338349. OLE color: 6338349.

HSL color Cylindrical-coordinate representation of color #2DB760: hue angle of 142.17º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB760 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 45 183 96 -
CMYK 0.75 0 0.48 0.28
HSL 142.17º 0.61% 0.45% -
HSV(B) 142.17º 0.75% 0.72% -
XYZ 20.13 35.27 16.81 -
YUV 131.82 107.78 66.07 -
System Red Green Blue C M Y K H S L
Decimal 45 183 96 0.75 0 0.48 0.28 142.17 0.61 0.45
Hex 2D B7 60 4B 0 30 1C 8E 3D 2D
Octal 55 267 140 113 0 60 34 216 75 55
Binary 101101 10110111 1100000 1001011 0 110000 11100 10001110 111101 101101

Color Harmonies of #2DB760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB760

Black with #2DB760

Text Example


Text Example

White with #2DB760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,183,96); }

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

background-color css

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

 a { background-color: rgb(45,183,96); }

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

border-color css

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

 span { border-color: rgb(45,183,96); }

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