#278D50

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

Shades of Sea Green #278D50

Tints of Sea Green #278D50

Color information

#278D50 (or 0x278D50) is unknown color: approx Sea Green. HEX triplet: 27, 8D and 50. RGB value is (39,141,80). Sum of RGB (Red+Green+Blue) = 39+141+80=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 141 (55.47% from 255 or 54.23% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 141 - color contains mainly: green. Hex color #278D50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278D50 is #D872AF. Grayscale: #676767. Windows color (decimal): -14185136 or 5279015. OLE color: 5279015.

HSL color Cylindrical-coordinate representation of color #278D50: hue angle of 144.12º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #278D50 is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB3914180-
CMYK0.7200.430.45
HSL144.12º56.67%35.29%-
HSV(B)144.12º72.34%55.29%-
XYZ11.8120.0610.84-
YUV103.55114.7181.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15%
GREEN value IS 141 (55.47% from 255) = 54.23%
BLUE value IS 80 (31.64% from 255) = 30.77%
R=15%
G=54.23%
B=30.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39141800.7200.430.45144.1256.6735.29
Hex278D504802B2D903923
Octal47215120110053552207143
Binary1001111000110110100001001000010101110110110010000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278D50; }

 p { color: rgb(39,141,80); }

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

<style>
 a { background-color: #278D50; }

 a { background-color: rgb(39,141,80); }

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

<style>
 span { border-color: #278D50; }

 span { border-color: rgb(39,141,80); }

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