#297D5A

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

Shades of Sea Green #297D5A

Tints of Sea Green #297D5A

Color information

#297D5A (or 0x297D5A) is unknown color: approx Sea Green. HEX triplet: 29, 7D and 5A. RGB value is (41,125,90). Sum of RGB (Red+Green+Blue) = 41+125+90=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 125 (49.22% from 255 or 48.83% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 125 - color contains mainly: green. Hex color #297D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297D5A is #D682A5. Grayscale: #5F5F5F. Windows color (decimal): -14058150 or 5930281. OLE color: 5930281.

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

Color convert

RGB4112590-
CMYK0.6700.280.51
HSL155º50.6%32.55%-
HSV(B)155º67.2%49.02%-
XYZ10.0915.8812.21-
YUV95.89124.6788.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.02%
GREEN value IS 125 (49.22% from 255) = 48.83%
BLUE value IS 90 (35.55% from 255) = 35.16%
R=16.02%
G=48.83%
B=35.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41125900.6700.280.5115550.632.55
Hex297D5A4301C339b3321
Octal51175132103034632336341
Binary10100111111011011010100001101110011001110011011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,125,90); }

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

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

 a { background-color: rgb(41,125,90); }

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

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

 span { border-color: rgb(41,125,90); }

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