Html Css Color HEX #2DB35B Medium Sea Green

📋 copy color: '#2DB35B'

red 45 ◦ green 179 ◦ blue 91

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

Shades of Medium Sea Green #2DB35B

Tints of Medium Sea Green #2DB35B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 56.83%

 BLUE value IS 91 (35.94% from 255) = 28.89%

R = 14.29%
G = 56.83%
B = 28.89%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#2DB35B (or 0x2DB35B) is known color: Medium Sea Green. HEX triplet: 2D, B3 and 5B. RGB value is (45,179,91). Sum of RGB (Red+Green+Blue) = 45+179+91=315 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.29% from 315); Green value is 179 (70.31% from 255 or 56.83% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB35B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB35B is #D24CA4. Grayscale: #818181. Windows color (decimal): -13782181 or 6009645. OLE color: 6009645.

HSL color Cylindrical-coordinate representation of color #2DB35B: hue angle of 140.6º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB35B is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 45 179 91 -
CMYK 0.75 0 0.49 0.30
HSL 140.6º 0.6% 0.44% -
HSV(B) 140.6º 0.75% 0.7% -
XYZ 19.09 33.55 15.37 -
YUV 128.9 106.61 68.16 -
System Red Green Blue C M Y K H S L
Decimal 45 179 91 0.75 0 0.49 0.30 140.6 0.6 0.44
Hex 2D B3 5B 4B 0 31 1E 8D 3C 2C
Octal 55 263 133 113 0 61 36 215 74 54
Binary 101101 10110011 1011011 1001011 0 110001 11110 10001101 111100 101100

Color Harmonies of #2DB35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB35B

Black with #2DB35B

Text Example


Text Example

White with #2DB35B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,179,91); }

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

background-color css

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

 a { background-color: rgb(45,179,91); }

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

border-color css

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

 span { border-color: rgb(45,179,91); }

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