#278250

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

Shades of Sea Green #278250

Tints of Sea Green #278250

Color information

#278250 (or 0x278250) is unknown color: approx Sea Green. HEX triplet: 27, 82 and 50. RGB value is (39,130,80). Sum of RGB (Red+Green+Blue) = 39+130+80=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #278250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278250 is #D87DAF. Grayscale: #616161. Windows color (decimal): -14187952 or 5276199. OLE color: 5276199.

HSL color Cylindrical-coordinate representation of color #278250: hue angle of 147.03º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278250 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB3913080-
CMYK0.7000.380.49
HSL147.03º53.85%33.14%-
HSV(B)147.03º70%50.98%-
XYZ10.2716.9810.32-
YUV97.09118.3586.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.66%
GREEN value IS 130 (51.17% from 255) = 52.21%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=15.66%
G=52.21%
B=32.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39130800.7000.380.49147.0353.8533.14
Hex2782504602631933621
Octal47202120106046612236641
Binary1001111000001010100001000110010011011000110010011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278250; }

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

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

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

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

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

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

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

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