Html Css Color HEX #2DB669 Medium Sea Green

📋 copy color: '#2DB669'

red 45 ◦ green 182 ◦ blue 105

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

Shades of Medium Sea Green #2DB669

Tints of Medium Sea Green #2DB669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.63%

R = 13.55%
G = 54.82%
B = 31.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#2DB669 (or 0x2DB669) is known color: Medium Sea Green. HEX triplet: 2D, B6 and 69. RGB value is (45,182,105). Sum of RGB (Red+Green+Blue) = 45+182+105=332 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.55% from 332); Green value is 182 (71.48% from 255 or 54.82% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB669 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB669 is #D24996. Grayscale: #848484. Windows color (decimal): -13781399 or 6927917. OLE color: 6927917.

HSL color Cylindrical-coordinate representation of color #2DB669: hue angle of 146.28º 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 #2DB669 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 182 105 -
CMYK 0.75 0 0.42 0.29
HSL 146.28º 0.6% 0.45% -
HSV(B) 146.28º 0.75% 0.71% -
XYZ 20.36 35.03 19.05 -
YUV 132.26 112.61 65.76 -
System Red Green Blue C M Y K H S L
Decimal 45 182 105 0.75 0 0.42 0.29 146.28 0.6 0.45
Hex 2D B6 69 4B 0 2A 1D 92 3C 2D
Octal 55 266 151 113 0 52 35 222 74 55
Binary 101101 10110110 1101001 1001011 0 101010 11101 10010010 111100 101101

Color Harmonies of #2DB669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB669

Black with #2DB669

Text Example


Text Example

White with #2DB669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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