#298C5C

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

Shades of Sea Green #298C5C

Tints of Sea Green #298C5C

Color information

#298C5C (or 0x298C5C) is unknown color: approx Sea Green. HEX triplet: 29, 8C and 5C. RGB value is (41,140,92). Sum of RGB (Red+Green+Blue) = 41+140+92=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 140 (55.08% from 255 or 51.28% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 140 - color contains mainly: green. Hex color #298C5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298C5C is #D673A3. Grayscale: #696969. Windows color (decimal): -14054308 or 6065193. OLE color: 6065193.

HSL color Cylindrical-coordinate representation of color #298C5C: hue angle of 150.91º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298C5C is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB4114092-
CMYK0.7100.340.45
HSL150.91º54.7%35.49%-
HSV(B)150.91º70.71%54.9%-
XYZ12.222013.34-
YUV104.93120.782.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.02%
GREEN value IS 140 (55.08% from 255) = 51.28%
BLUE value IS 92 (36.33% from 255) = 33.70%
R=15.02%
G=51.28%
B=33.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41140920.7100.340.45150.9154.735.49
Hex298C5C470222D973723
Octal51214134107042552276743
Binary1010011000110010111001000111010001010110110010111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298C5C; }

 p { color: rgb(41,140,92); }

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

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

 a { background-color: rgb(41,140,92); }

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

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

 span { border-color: rgb(41,140,92); }

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