Html Css Color HEX #2BB274 Medium Sea Green

📋 copy color: '#2BB274'

red 43 ◦ green 178 ◦ blue 116

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

Shades of Medium Sea Green #2BB274

Tints of Medium Sea Green #2BB274

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.82%

 BLUE value IS 116 (45.7% from 255) = 34.42%

R = 12.76%
G = 52.82%
B = 34.42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#2BB274 (or 0x2BB274) is known color: Medium Sea Green. HEX triplet: 2B, B2 and 74. RGB value is (43,178,116). Sum of RGB (Red+Green+Blue) = 43+178+116=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 178 (69.92% from 255 or 52.82% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BB274 is #D44D8B. Grayscale: #828282. Windows color (decimal): -13913484 or 7647787. OLE color: 7647787.

HSL color Cylindrical-coordinate representation of color #2BB274: hue angle of 152.44º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB274 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 43 178 116 -
CMYK 0.76 0 0.35 0.30
HSL 152.44º 0.61% 0.43% -
HSV(B) 152.44º 0.76% 0.7% -
XYZ 20.07 33.62 21.95 -
YUV 130.57 119.77 65.54 -
System Red Green Blue C M Y K H S L
Decimal 43 178 116 0.76 0 0.35 0.30 152.44 0.61 0.43
Hex 2B B2 74 4C 0 23 1E 98 3D 2B
Octal 53 262 164 114 0 43 36 230 75 53
Binary 101011 10110010 1110100 1001100 0 100011 11110 10011000 111101 101011

Color Harmonies of #2BB274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB274

Black with #2BB274

Text Example


Text Example

White with #2BB274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,178,116); }

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

background-color css

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

 a { background-color: rgb(43,178,116); }

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

border-color css

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

 span { border-color: rgb(43,178,116); }

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