#298248

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

Shades of Sea Green #298248

Tints of Sea Green #298248

Color information

#298248 (or 0x298248) is unknown color: approx Sea Green. HEX triplet: 29, 82 and 48. RGB value is (41,130,72). Sum of RGB (Red+Green+Blue) = 41+130+72=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #298248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298248 is #D67DB7. Grayscale: #606060. Windows color (decimal): -14056888 or 4751913. OLE color: 4751913.

HSL color Cylindrical-coordinate representation of color #298248: hue angle of 140.9º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298248 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB4113072-
CMYK0.6800.450.49
HSL140.9º52.05%33.53%-
HSV(B)140.9º68.46%50.98%-
XYZ10.0716.98.86-
YUV96.78114.0188.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.87%
GREEN value IS 130 (51.17% from 255) = 53.50%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=16.87%
G=53.50%
B=29.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41130720.6800.450.49140.952.0533.53
Hex2982484402D318d3422
Octal51202110104055612156442
Binary1010011000001010010001000100010110111000110001101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298248; }

 p { color: rgb(41,130,72); }

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

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

 a { background-color: rgb(41,130,72); }

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

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

 span { border-color: rgb(41,130,72); }

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