#219148

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

Shades of Sea Green #219148

Tints of Sea Green #219148

Color information

#219148 (or 0x219148) is unknown color: approx Sea Green. HEX triplet: 21, 91 and 48. RGB value is (33,145,72). Sum of RGB (Red+Green+Blue) = 33+145+72=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #219148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219148 is #DE6EB7. Grayscale: #676767. Windows color (decimal): -14577336 or 4755745. OLE color: 4755745.

HSL color Cylindrical-coordinate representation of color #219148: hue angle of 140.89º 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 #219148 is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB3314572-
CMYK0.7700.500.43
HSL140.89º62.92%34.9%-
HSV(B)140.89º77.24%56.86%-
XYZ11.9221.049.56-
YUV103.19110.3977.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.2%
GREEN value IS 145 (57.03% from 255) = 58%
BLUE value IS 72 (28.52% from 255) = 28.8%
R=13.2%
G=58%
B=28.8%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33145720.7700.500.43140.8962.9234.9
Hex2191484D0322B8d3f23
Octal41221110115062532157743
Binary1000011001000110010001001101011001010101110001101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219148; }

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

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

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

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

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

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

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

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