#218848

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

Shades of Sea Green #218848

Tints of Sea Green #218848

Color information

#218848 (or 0x218848) is unknown color: approx Sea Green. HEX triplet: 21, 88 and 48. RGB value is (33,136,72). Sum of RGB (Red+Green+Blue) = 33+136+72=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #218848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218848 is #DE77B7. Grayscale: #626262. Windows color (decimal): -14579640 or 4753441. OLE color: 4753441.

HSL color Cylindrical-coordinate representation of color #218848: hue angle of 142.72º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218848 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB3313672-
CMYK0.7600.470.47
HSL142.72º60.95%33.14%-
HSV(B)142.72º75.74%53.33%-
XYZ10.618.49.12-
YUV97.91113.3881.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.69%
GREEN value IS 136 (53.52% from 255) = 56.43%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=13.69%
G=56.43%
B=29.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33136720.7600.470.47142.7260.9533.14
Hex2188484C02F2F8f3d21
Octal41210110114057572177541
Binary1000011000100010010001001100010111110111110001111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218848; }

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

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

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

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

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

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

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

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