#218A48

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

Shades of Sea Green #218A48

Tints of Sea Green #218A48

Color information

#218A48 (or 0x218A48) is unknown color: approx Sea Green. HEX triplet: 21, 8A and 48. RGB value is (33,138,72). Sum of RGB (Red+Green+Blue) = 33+138+72=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 138 (54.30% from 255 or 56.79% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 138 - color contains mainly: green. Hex color #218A48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218A48 is #DE75B7. Grayscale: #636363. Windows color (decimal): -14579128 or 4753953. OLE color: 4753953.

HSL color Cylindrical-coordinate representation of color #218A48: hue angle of 142.29º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218A48 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB3313872-
CMYK0.7600.480.46
HSL142.29º61.4%33.53%-
HSV(B)142.29º76.09%54.12%-
XYZ10.8918.979.22-
YUV99.08112.7180.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.58%
GREEN value IS 138 (54.30% from 255) = 56.79%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=13.58%
G=56.79%
B=29.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33138720.7600.480.46142.2961.433.53
Hex218A484C0302E8e3d22
Octal41212110114060562167542
Binary1000011000101010010001001100011000010111010001110111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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