#297C5D

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

Shades of Sea Green #297C5D

Tints of Sea Green #297C5D

Color information

#297C5D (or 0x297C5D) is unknown color: approx Sea Green. HEX triplet: 29, 7C and 5D. RGB value is (41,124,93). Sum of RGB (Red+Green+Blue) = 41+124+93=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 124 (48.83% from 255 or 48.06% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 124 - color contains mainly: green. Hex color #297C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297C5D is #D683A2. Grayscale: #5F5F5F. Windows color (decimal): -14058403 or 6126633. OLE color: 6126633.

HSL color Cylindrical-coordinate representation of color #297C5D: hue angle of 157.59º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297C5D is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB4112493-
CMYK0.6700.250.51
HSL157.59º50.3%32.35%-
HSV(B)157.59º66.94%48.63%-
XYZ10.115.6812.85-
YUV95.65126.589.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.89%
GREEN value IS 124 (48.83% from 255) = 48.06%
BLUE value IS 93 (36.72% from 255) = 36.05%
R=15.89%
G=48.06%
B=36.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41124930.6700.250.51157.5950.332.35
Hex297C5D43019339e3220
Octal51174135103031632366240
Binary10100111111001011101100001101100111001110011110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297C5D; }

 p { color: rgb(41,124,93); }

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

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

 a { background-color: rgb(41,124,93); }

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

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

 span { border-color: rgb(41,124,93); }

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