#219248

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

Shades of Sea Green #219248

Tints of Sea Green #219248

Color information

#219248 (or 0x219248) is unknown color: approx Sea Green. HEX triplet: 21, 92 and 48. RGB value is (33,146,72). Sum of RGB (Red+Green+Blue) = 33+146+72=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 146 (57.42% from 255 or 58.17% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 146 - color contains mainly: green. Hex color #219248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219248 is #DE6DB7. Grayscale: #676767. Windows color (decimal): -14577080 or 4756001. OLE color: 4756001.

HSL color Cylindrical-coordinate representation of color #219248: hue angle of 140.71º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219248 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB3314672-
CMYK0.7700.510.43
HSL140.71º63.13%35.1%-
HSV(B)140.71º77.4%57.25%-
XYZ12.0821.359.62-
YUV103.78110.0677.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.15%
GREEN value IS 146 (57.42% from 255) = 58.17%
BLUE value IS 72 (28.52% from 255) = 28.69%
R=13.15%
G=58.17%
B=28.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33146720.7700.510.43140.7163.1335.1
Hex2192484D0332B8d3f23
Octal41222110115063532157743
Binary1000011001001010010001001101011001110101110001101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219248; }

 p { color: rgb(33,146,72); }

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

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

 a { background-color: rgb(33,146,72); }

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

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

 span { border-color: rgb(33,146,72); }

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