#2BB368

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

Shades of Medium Sea Green #2BB368

Tints of Medium Sea Green #2BB368

Color information

#2BB368 (or 0x2BB368) is unknown color: approx Medium Sea Green. HEX triplet: 2B, B3 and 68. RGB value is (43,179,104). Sum of RGB (Red+Green+Blue) = 43+179+104=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB368 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB368 is #D44C97. Grayscale: #818181. Windows color (decimal): -13913240 or 6861611. OLE color: 6861611.

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

Color convert

RGB43179104-
CMYK0.7600.420.30
HSL146.91º61.26%43.53%-
HSV(B)146.91º75.98%70.2%-
XYZ19.6233.7518.58-
YUV129.79113.4466.1-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.19%
GREEN value IS 179 (70.31% from 255) = 54.91%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=13.19%
G=54.91%
B=31.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal431791040.7600.420.30146.9161.2643.53
Hex2BB3684C02A1E933d2c
Octal53263150114052362237554
Binary101011101100111101000100110001010101111010010011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,179,104); }

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

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

 a { background-color: rgb(43,179,104); }

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

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

 span { border-color: rgb(43,179,104); }

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