#218D48

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

Shades of Sea Green #218D48

Tints of Sea Green #218D48

Color information

#218D48 (or 0x218D48) is unknown color: approx Sea Green. HEX triplet: 21, 8D and 48. RGB value is (33,141,72). Sum of RGB (Red+Green+Blue) = 33+141+72=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 141 (55.47% from 255 or 57.32% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 141 - color contains mainly: green. Hex color #218D48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218D48 is #DE72B7. Grayscale: #656565. Windows color (decimal): -14578360 or 4754721. OLE color: 4754721.

HSL color Cylindrical-coordinate representation of color #218D48: hue angle of 141.67º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218D48 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB3314172-
CMYK0.7700.490.45
HSL141.67º62.07%34.12%-
HSV(B)141.67º76.6%55.29%-
XYZ11.3219.849.36-
YUV100.84111.7279.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.41%
GREEN value IS 141 (55.47% from 255) = 57.32%
BLUE value IS 72 (28.52% from 255) = 29.27%
R=13.41%
G=57.32%
B=29.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33141720.7700.490.45141.6762.0734.12
Hex218D484D0312D8e3e22
Octal41215110115061552167642
Binary1000011000110110010001001101011000110110110001110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218D48; }

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

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

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

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

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

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

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

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