#2BB95F

Color #2BB95F Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2BB95F

Tints of Medium Sea Green #2BB95F

Color information

#2BB95F (or 0x2BB95F) is unknown color: approx Medium Sea Green. HEX triplet: 2B, B9 and 5F. RGB value is (43,185,95). Sum of RGB (Red+Green+Blue) = 43+185+95=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 185 (72.66% from 255 or 57.28% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB95F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB95F is #D446A0. Grayscale: #848484. Windows color (decimal): -13911713 or 6273323. OLE color: 6273323.

HSL color Cylindrical-coordinate representation of color #2BB95F: hue angle of 141.97º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB95F is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB4318595-
CMYK0.7700.490.27
HSL141.97º62.28%44.71%-
HSV(B)141.97º76.76%72.55%-
XYZ20.4136.0416.71-
YUV132.28106.9664.32-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.31%
GREEN value IS 185 (72.66% from 255) = 57.28%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=13.31%
G=57.28%
B=29.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43185950.7700.490.27141.9762.2844.71
Hex2BB95F4D0311B8e3e2d
Octal53271137115061332167655
Binary101011101110011011111100110101100011101110001110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,185,95); }

 H1.HeaderClassName
 {
   color: #2BB95F;
 }
 .AnyTagClassName
 {
   color: #2BB95F;
 }
</style>
background-color css

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

 a { background-color: rgb(43,185,95); }

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

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

 span { border-color: rgb(43,185,95); }

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