#298352

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

Shades of Sea Green #298352

Tints of Sea Green #298352

Color information

#298352 (or 0x298352) is unknown color: approx Sea Green. HEX triplet: 29, 83 and 52. RGB value is (41,131,82). Sum of RGB (Red+Green+Blue) = 41+131+82=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #298352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298352 is #D67CAD. Grayscale: #626262. Windows color (decimal): -14056622 or 5407529. OLE color: 5407529.

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

Color convert

RGB4113182-
CMYK0.6900.370.49
HSL147.33º52.33%33.73%-
HSV(B)147.33º68.7%51.37%-
XYZ10.5517.3110.77-
YUV98.5118.6886.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.14%
GREEN value IS 131 (51.56% from 255) = 51.57%
BLUE value IS 82 (32.42% from 255) = 32.28%
R=16.14%
G=51.57%
B=32.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41131820.6900.370.49147.3352.3333.73
Hex2983524502531933422
Octal51203122105045612236442
Binary1010011000001110100101000101010010111000110010011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298352; }

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

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

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

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

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

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

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

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