#278450

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

Shades of Sea Green #278450

Tints of Sea Green #278450

Color information

#278450 (or 0x278450) is unknown color: approx Sea Green. HEX triplet: 27, 84 and 50. RGB value is (39,132,80). Sum of RGB (Red+Green+Blue) = 39+132+80=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #278450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278450 is #D87BAF. Grayscale: #626262. Windows color (decimal): -14187440 or 5276711. OLE color: 5276711.

HSL color Cylindrical-coordinate representation of color #278450: hue angle of 146.45º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278450 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB3913280-
CMYK0.7000.390.48
HSL146.45º54.39%33.53%-
HSV(B)146.45º70.45%51.76%-
XYZ10.5417.5110.41-
YUV98.26117.6985.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.54%
GREEN value IS 132 (51.95% from 255) = 52.59%
BLUE value IS 80 (31.64% from 255) = 31.87%
R=15.54%
G=52.59%
B=31.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39132800.7000.390.48146.4554.3933.53
Hex2784504602730923622
Octal47204120106047602226642
Binary1001111000010010100001000110010011111000010010010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278450; }

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

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

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

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

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

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

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

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