#298750

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

Shades of Sea Green #298750

Tints of Sea Green #298750

Color information

#298750 (or 0x298750) is unknown color: approx Sea Green. HEX triplet: 29, 87 and 50. RGB value is (41,135,80). Sum of RGB (Red+Green+Blue) = 41+135+80=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #298750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298750 is #D678AF. Grayscale: #646464. Windows color (decimal): -14055600 or 5277481. OLE color: 5277481.

HSL color Cylindrical-coordinate representation of color #298750: hue angle of 144.89º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298750 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB4113580-
CMYK0.7000.410.47
HSL144.89º53.41%34.51%-
HSV(B)144.89º69.63%52.94%-
XYZ11.0318.3810.56-
YUV100.62116.3685.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.02%
GREEN value IS 135 (53.12% from 255) = 52.73%
BLUE value IS 80 (31.64% from 255) = 31.25%
R=16.02%
G=52.73%
B=31.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41135800.7000.410.47144.8953.4134.51
Hex298750460292F913523
Octal51207120106051572216543
Binary1010011000011110100001000110010100110111110010001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298750; }

 p { color: rgb(41,135,80); }

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

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

 a { background-color: rgb(41,135,80); }

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

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

 span { border-color: rgb(41,135,80); }

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