#298250

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

Shades of Sea Green #298250

Tints of Sea Green #298250

Color information

#298250 (or 0x298250) is unknown color: approx Sea Green. HEX triplet: 29, 82 and 50. RGB value is (41,130,80). Sum of RGB (Red+Green+Blue) = 41+130+80=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #298250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298250 is #D67DAF. Grayscale: #616161. Windows color (decimal): -14056880 or 5276201. OLE color: 5276201.

HSL color Cylindrical-coordinate representation of color #298250: hue angle of 146.29º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298250 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB4113080-
CMYK0.6800.380.49
HSL146.29º52.05%33.53%-
HSV(B)146.29º68.46%50.98%-
XYZ10.3517.0210.33-
YUV97.69118.0187.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.33%
GREEN value IS 130 (51.17% from 255) = 51.79%
BLUE value IS 80 (31.64% from 255) = 31.87%
R=16.33%
G=51.79%
B=31.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41130800.6800.380.49146.2952.0533.53
Hex2982504402631923422
Octal51202120104046612226442
Binary1010011000001010100001000100010011011000110010010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298250; }

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

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

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

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

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

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

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

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