#298460

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

Shades of Sea Green #298460

Tints of Sea Green #298460

Color information

#298460 (or 0x298460) is unknown color: approx Sea Green. HEX triplet: 29, 84 and 60. RGB value is (41,132,96). Sum of RGB (Red+Green+Blue) = 41+132+96=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #298460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298460 is #D67B9F. Grayscale: #646464. Windows color (decimal): -14056352 or 6325289. OLE color: 6325289.

HSL color Cylindrical-coordinate representation of color #298460: hue angle of 156.26º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298460 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB4113296-
CMYK0.6900.270.48
HSL156.26º52.6%33.92%-
HSV(B)156.26º68.94%51.76%-
XYZ11.2817.8213.91-
YUV100.69125.3585.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.24%
GREEN value IS 132 (51.95% from 255) = 49.07%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=15.24%
G=49.07%
B=35.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41132960.6900.270.48156.2652.633.92
Hex2984604501B309c3522
Octal51204140105033602346542
Binary101001100001001100000100010101101111000010011100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298460; }

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

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

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

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

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

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

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

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