#298B5B

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

Shades of Sea Green #298B5B

Tints of Sea Green #298B5B

Color information

#298B5B (or 0x298B5B) is unknown color: approx Sea Green. HEX triplet: 29, 8B and 5B. RGB value is (41,139,91). Sum of RGB (Red+Green+Blue) = 41+139+91=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 139 (54.69% from 255 or 51.29% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 139 - color contains mainly: green. Hex color #298B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298B5B is #D674A4. Grayscale: #686868. Windows color (decimal): -14054565 or 5999401. OLE color: 5999401.

HSL color Cylindrical-coordinate representation of color #298B5B: hue angle of 150.61º 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 #298B5B is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB4113991-
CMYK0.7100.350.45
HSL150.61º54.44%35.29%-
HSV(B)150.61º70.5%54.51%-
XYZ12.0419.6913.06-
YUV104.23120.5382.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.13%
GREEN value IS 139 (54.69% from 255) = 51.29%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=15.13%
G=51.29%
B=33.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41139910.7100.350.45150.6154.4435.29
Hex298B5B470232D973623
Octal51213133107043552276643
Binary1010011000101110110111000111010001110110110010111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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