#298252

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

Shades of Sea Green #298252

Tints of Sea Green #298252

Color information

#298252 (or 0x298252) is unknown color: approx Sea Green. HEX triplet: 29, 82 and 52. RGB value is (41,130,82). Sum of RGB (Red+Green+Blue) = 41+130+82=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #298252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298252 is #D67DAD. Grayscale: #626262. Windows color (decimal): -14056878 or 5407273. OLE color: 5407273.

HSL color Cylindrical-coordinate representation of color #298252: hue angle of 147.64º 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 #298252 is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB4113082-
CMYK0.6800.370.49
HSL147.64º52.05%33.53%-
HSV(B)147.64º68.46%50.98%-
XYZ10.4217.0510.72-
YUV97.92119.0187.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.21%
GREEN value IS 130 (51.17% from 255) = 51.38%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=16.21%
G=51.38%
B=32.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41130820.6800.370.49147.6452.0533.53
Hex2982524402531943422
Octal51202122104045612246442
Binary1010011000001010100101000100010010111000110010100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298252; }

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

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

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

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

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

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

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

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