Html Css Color HEX #2BB075 Medium Sea Green

📋 copy color: '#2BB075'

red 43 ◦ green 176 ◦ blue 117

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

Shades of Medium Sea Green #2BB075

Tints of Medium Sea Green #2BB075

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.38%

 BLUE value IS 117 (46.09% from 255) = 34.82%

R = 12.8%
G = 52.38%
B = 34.82%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#2BB075 (or 0x2BB075) is known color: Medium Sea Green. HEX triplet: 2B, B0 and 75. RGB value is (43,176,117). Sum of RGB (Red+Green+Blue) = 43+176+117=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 176 (69.14% from 255 or 52.38% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 176 - color contains mainly: green. Hex color #2BB075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BB075 is #D44F8A. Grayscale: #818181. Windows color (decimal): -13913995 or 7712811. OLE color: 7712811.

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

Color convert

RGB 43 176 117 -
CMYK 0.76 0 0.34 0.31
HSL 153.38º 0.61% 0.43% -
HSV(B) 153.38º 0.76% 0.69% -
XYZ 19.73 32.85 22.13 -
YUV 129.51 120.94 66.3 -
System Red Green Blue C M Y K H S L
Decimal 43 176 117 0.76 0 0.34 0.31 153.38 0.61 0.43
Hex 2B B0 75 4C 0 22 1F 99 3D 2B
Octal 53 260 165 114 0 42 37 231 75 53
Binary 101011 10110000 1110101 1001100 0 100010 11111 10011001 111101 101011

Color Harmonies of #2BB075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB075

Black with #2BB075

Text Example


Text Example

White with #2BB075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,176,117); }

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

background-color css

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

 a { background-color: rgb(43,176,117); }

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

border-color css

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

 span { border-color: rgb(43,176,117); }

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