#288150

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

Shades of Sea Green #288150

Tints of Sea Green #288150

Color information

#288150 (or 0x288150) is unknown color: approx Sea Green. HEX triplet: 28, 81 and 50. RGB value is (40,129,80). Sum of RGB (Red+Green+Blue) = 40+129+80=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #288150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288150 is #D77EAF. Grayscale: #606060. Windows color (decimal): -14122672 or 5275944. OLE color: 5275944.

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

Color convert

RGB4012980-
CMYK0.6900.380.49
HSL146.97º52.66%33.14%-
HSV(B)146.97º68.99%50.59%-
XYZ10.1716.7310.28-
YUV96.8118.5187.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.06%
GREEN value IS 129 (50.78% from 255) = 51.81%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=16.06%
G=51.81%
B=32.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40129800.6900.380.49146.9752.6633.14
Hex2881504502631933521
Octal50201120105046612236541
Binary1010001000000110100001000101010011011000110010011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288150; }

 p { color: rgb(40,129,80); }

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

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

 a { background-color: rgb(40,129,80); }

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

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

 span { border-color: rgb(40,129,80); }

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