#219449

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

Shades of Sea Green #219449

Tints of Sea Green #219449

Color information

#219449 (or 0x219449) is unknown color: approx Sea Green. HEX triplet: 21, 94 and 49. RGB value is (33,148,73). Sum of RGB (Red+Green+Blue) = 33+148+73=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #219449 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219449 is #DE6BB6. Grayscale: #696969. Windows color (decimal): -14576567 or 4822049. OLE color: 4822049.

HSL color Cylindrical-coordinate representation of color #219449: hue angle of 140.87º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219449 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB3314873-
CMYK0.7800.510.42
HSL140.87º63.54%35.49%-
HSV(B)140.87º77.7%58.04%-
XYZ12.4221.989.89-
YUV105.06109.976.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.99%
GREEN value IS 148 (58.20% from 255) = 58.27%
BLUE value IS 73 (28.91% from 255) = 28.74%
R=12.99%
G=58.27%
B=28.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33148730.7800.510.42140.8763.5435.49
Hex2194494E0332A8d4023
Octal412241111160635221510043
Binary10000110010100100100110011100110011101010100011011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219449; }

 p { color: rgb(33,148,73); }

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

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

 a { background-color: rgb(33,148,73); }

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

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

 span { border-color: rgb(33,148,73); }

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