Html Css Color HEX #2BD072 Medium Sea Green

📋 copy color: '#2BD072'

red 43 ◦ green 208 ◦ blue 114

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

Shades of Medium Sea Green #2BD072

Tints of Medium Sea Green #2BD072

RGB

 RED value IS 43 (17.19% from 255) = 11.78%

 GREEN value IS 208 (81.64% from 255) = 56.99%

 BLUE value IS 114 (44.92% from 255) = 31.23%

R = 11.78%
G = 56.99%
B = 31.23%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#2BD072 (or 0x2BD072) is known color: Medium Sea Green. HEX triplet: 2B, D0 and 72. RGB value is (43,208,114). Sum of RGB (Red+Green+Blue) = 43+208+114=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 208 (81.64% from 255 or 56.99% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD072 is #D42F8D. Grayscale: #949494. Windows color (decimal): -13905806 or 7524395. OLE color: 7524395.

HSL color Cylindrical-coordinate representation of color #2BD072: hue angle of 145.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD072 is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 208 114 -
CMYK 0.79 0 0.45 0.18
HSL 145.82º 0.66% 0.49% -
HSV(B) 145.82º 0.79% 0.82% -
XYZ 26.59 46.84 23.56 -
YUV 147.95 108.84 53.14 -
System Red Green Blue C M Y K H S L
Decimal 43 208 114 0.79 0 0.45 0.18 145.82 0.66 0.49
Hex 2B D0 72 4F 0 2D 12 92 42 31
Octal 53 320 162 117 0 55 22 222 102 61
Binary 101011 11010000 1110010 1001111 0 101101 10010 10010010 1000010 110001

Color Harmonies of #2BD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD072

Black with #2BD072

Text Example


Text Example

White with #2BD072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,208,114); }

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

background-color css

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

 a { background-color: rgb(43,208,114); }

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

border-color css

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

 span { border-color: rgb(43,208,114); }

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