Html Css Color HEX #218D52 Sea Green

📋 copy color: '#218D52'

red 33 ◦ green 141 ◦ blue 82

#218D52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #218D52

Tints of Sea Green #218D52

RGB

 RED value IS 33 (13.28% from 255) = 12.89%

 GREEN value IS 141 (55.47% from 255) = 55.08%

 BLUE value IS 82 (32.42% from 255) = 32.03%

R = 12.89%
G = 55.08%
B = 32.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#218D52 (or 0x218D52) is known color: Sea Green. HEX triplet: 21, 8D and 52. RGB value is (33,141,82). Sum of RGB (Red+Green+Blue) = 33+141+82=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 141 (55.47% from 255 or 55.08% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 141 - color contains mainly: green. Hex color #218D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218D52 is #DE72AD. Grayscale: #666666. Windows color (decimal): -14578350 or 5410081. OLE color: 5410081.

HSL color Cylindrical-coordinate representation of color #218D52: hue angle of 147.22º 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 #218D52 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 141 82 -
CMYK 0.77 0 0.42 0.45
HSL 147.22º 0.62% 0.34% -
HSV(B) 147.22º 0.77% 0.55% -
XYZ 11.68 19.98 11.22 -
YUV 101.98 116.72 78.8 -
System Red Green Blue C M Y K H S L
Decimal 33 141 82 0.77 0 0.42 0.45 147.22 0.62 0.34
Hex 21 8D 52 4D 0 2A 2D 93 3E 22
Octal 41 215 122 115 0 52 55 223 76 42
Binary 100001 10001101 1010010 1001101 0 101010 101101 10010011 111110 100010

Color Harmonies of #218D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218D52

Black with #218D52

Text Example


Text Example

White with #218D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #218D52;
 }
 .AnyTagClassName
 {
   color: #218D52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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