#218C48

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

Shades of Sea Green #218C48

Tints of Sea Green #218C48

Color information

#218C48 (or 0x218C48) is unknown color: approx Sea Green. HEX triplet: 21, 8C and 48. RGB value is (33,140,72). Sum of RGB (Red+Green+Blue) = 33+140+72=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 140 (55.08% from 255 or 57.14% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 140 - color contains mainly: green. Hex color #218C48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218C48 is #DE73B7. Grayscale: #646464. Windows color (decimal): -14578616 or 4754465. OLE color: 4754465.

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

Color convert

RGB3314072-
CMYK0.7600.490.45
HSL141.87º61.85%33.92%-
HSV(B)141.87º76.43%54.9%-
XYZ11.1719.559.31-
YUV100.26112.0580.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.47%
GREEN value IS 140 (55.08% from 255) = 57.14%
BLUE value IS 72 (28.52% from 255) = 29.39%
R=13.47%
G=57.14%
B=29.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33140720.7600.490.45141.8761.8533.92
Hex218C484C0312D8e3e22
Octal41214110114061552167642
Binary1000011000110010010001001100011000110110110001110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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