Html Css Color HEX #2DB864 Medium Sea Green

📋 copy color: '#2DB864'

red 45 ◦ green 184 ◦ blue 100

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

Shades of Medium Sea Green #2DB864

Tints of Medium Sea Green #2DB864

RGB

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

 GREEN value IS 184 (72.27% from 255) = 55.93%

 BLUE value IS 100 (39.45% from 255) = 30.4%

R = 13.68%
G = 55.93%
B = 30.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#2DB864 (or 0x2DB864) is known color: Medium Sea Green. HEX triplet: 2D, B8 and 64. RGB value is (45,184,100). Sum of RGB (Red+Green+Blue) = 45+184+100=329 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.68% from 329); Green value is 184 (72.27% from 255 or 55.93% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB864 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB864 is #D2479B. Grayscale: #858585. Windows color (decimal): -13780892 or 6600749. OLE color: 6600749.

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

Color convert

RGB 45 184 100 -
CMYK 0.76 0 0.46 0.28
HSL 143.74º 0.61% 0.45% -
HSV(B) 143.74º 0.76% 0.72% -
XYZ 20.52 35.76 17.88 -
YUV 132.86 109.45 65.33 -
System Red Green Blue C M Y K H S L
Decimal 45 184 100 0.76 0 0.46 0.28 143.74 0.61 0.45
Hex 2D B8 64 4C 0 2E 1C 90 3D 2D
Octal 55 270 144 114 0 56 34 220 75 55
Binary 101101 10111000 1100100 1001100 0 101110 11100 10010000 111101 101101

Color Harmonies of #2DB864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB864

Black with #2DB864

Text Example


Text Example

White with #2DB864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,184,100); }

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

background-color css

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

 a { background-color: rgb(45,184,100); }

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

border-color css

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

 span { border-color: rgb(45,184,100); }

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