#298B4A

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

Shades of Sea Green #298B4A

Tints of Sea Green #298B4A

Color information

#298B4A (or 0x298B4A) is unknown color: approx Sea Green. HEX triplet: 29, 8B and 4A. RGB value is (41,139,74). Sum of RGB (Red+Green+Blue) = 41+139+74=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 139 (54.69% from 255 or 54.72% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 139 - color contains mainly: green. Hex color #298B4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298B4A is #D674B5. Grayscale: #666666. Windows color (decimal): -14054582 or 4885289. OLE color: 4885289.

HSL color Cylindrical-coordinate representation of color #298B4A: hue angle of 140.2º degrees, saturation: 0.54, 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 #298B4A is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB4113974-
CMYK0.7100.470.45
HSL140.2º54.44%35.29%-
HSV(B)140.2º70.5%54.51%-
XYZ11.3819.439.63-
YUV102.29112.0384.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.14%
GREEN value IS 139 (54.69% from 255) = 54.72%
BLUE value IS 74 (29.30% from 255) = 29.13%
R=16.14%
G=54.72%
B=29.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41139740.7100.470.45140.254.4435.29
Hex298B4A4702F2D8c3623
Octal51213112107057552146643
Binary1010011000101110010101000111010111110110110001100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,139,74); }

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

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

 a { background-color: rgb(41,139,74); }

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

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

 span { border-color: rgb(41,139,74); }

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