#298160

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

Shades of Sea Green #298160

Tints of Sea Green #298160

Color information

#298160 (or 0x298160) is unknown color: approx Sea Green. HEX triplet: 29, 81 and 60. RGB value is (41,129,96). Sum of RGB (Red+Green+Blue) = 41+129+96=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #298160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298160 is #D67E9F. Grayscale: #626262. Windows color (decimal): -14057120 or 6324521. OLE color: 6324521.

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

Color convert

RGB4112996-
CMYK0.6800.260.49
HSL157.5º51.76%33.33%-
HSV(B)157.5º68.22%50.59%-
XYZ10.8817.0213.78-
YUV98.93126.3586.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.41%
GREEN value IS 129 (50.78% from 255) = 48.50%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=15.41%
G=48.50%
B=36.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41129960.6800.260.49157.551.7633.33
Hex2981604401A319e3421
Octal51201140104032612366441
Binary101001100000011100000100010001101011000110011110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298160; }

 p { color: rgb(41,129,96); }

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

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

 a { background-color: rgb(41,129,96); }

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

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

 span { border-color: rgb(41,129,96); }

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