#298E55

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

Shades of Sea Green #298E55

Tints of Sea Green #298E55

Color information

#298E55 (or 0x298E55) is unknown color: approx Sea Green. HEX triplet: 29, 8E and 55. RGB value is (41,142,85). Sum of RGB (Red+Green+Blue) = 41+142+85=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 142 (55.86% from 255 or 52.99% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 142 - color contains mainly: green. Hex color #298E55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298E55 is #D671AA. Grayscale: #696969. Windows color (decimal): -14053803 or 5606953. OLE color: 5606953.

HSL color Cylindrical-coordinate representation of color #298E55: hue angle of 146.14º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298E55 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB4114285-
CMYK0.7100.400.44
HSL146.14º55.19%35.88%-
HSV(B)146.14º71.13%55.69%-
XYZ12.2320.4711.9-
YUV105.3116.5482.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.30%
GREEN value IS 142 (55.86% from 255) = 52.99%
BLUE value IS 85 (33.59% from 255) = 31.72%
R=15.30%
G=52.99%
B=31.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41142850.7100.400.44146.1455.1935.88
Hex298E55470282C923724
Octal51216125107050542226744
Binary1010011000111010101011000111010100010110010010010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,142,85); }

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

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

 a { background-color: rgb(41,142,85); }

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

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

 span { border-color: rgb(41,142,85); }

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