#298B50

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

Shades of Sea Green #298B50

Tints of Sea Green #298B50

Color information

#298B50 (or 0x298B50) is unknown color: approx Sea Green. HEX triplet: 29, 8B and 50. RGB value is (41,139,80). Sum of RGB (Red+Green+Blue) = 41+139+80=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 139 (54.69% from 255 or 53.46% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 139 - color contains mainly: green. Hex color #298B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298B50 is #D674AF. Grayscale: #676767. Windows color (decimal): -14054576 or 5278505. OLE color: 5278505.

HSL color Cylindrical-coordinate representation of color #298B50: hue angle of 143.88º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298B50 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB4113980-
CMYK0.7100.420.45
HSL143.88º54.44%35.29%-
HSV(B)143.88º70.5%54.51%-
XYZ11.619.5210.75-
YUV102.97115.0383.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.77%
GREEN value IS 139 (54.69% from 255) = 53.46%
BLUE value IS 80 (31.64% from 255) = 30.77%
R=15.77%
G=53.46%
B=30.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41139800.7100.420.45143.8854.4435.29
Hex298B504702A2D903623
Octal51213120107052552206643
Binary1010011000101110100001000111010101010110110010000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298B50; }

 p { color: rgb(41,139,80); }

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

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

 a { background-color: rgb(41,139,80); }

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

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

 span { border-color: rgb(41,139,80); }

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