Html Css Color HEX #218D45 Sea Green

📋 copy color: '#218D45'

red 33 ◦ green 141 ◦ blue 69

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

Shades of Sea Green #218D45

Tints of Sea Green #218D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.4%

R = 13.58%
G = 58.02%
B = 28.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#218D45 (or 0x218D45) is known color: Sea Green. HEX triplet: 21, 8D and 45. RGB value is (33,141,69). Sum of RGB (Red+Green+Blue) = 33+141+69=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 141 (55.47% from 255 or 58.02% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 141 - color contains mainly: green. Hex color #218D45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218D45 is #DE72BA. Grayscale: #646464. Windows color (decimal): -14578363 or 4558113. OLE color: 4558113.

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

Color convert

RGB 33 141 69 -
CMYK 0.77 0 0.51 0.45
HSL 140º 0.62% 0.34% -
HSV(B) 140º 0.77% 0.55% -
XYZ 11.23 19.8 8.86 -
YUV 100.5 110.22 79.85 -
System Red Green Blue C M Y K H S L
Decimal 33 141 69 0.77 0 0.51 0.45 140 0.62 0.34
Hex 21 8D 45 4D 0 33 2D 8C 3E 22
Octal 41 215 105 115 0 63 55 214 76 42
Binary 100001 10001101 1000101 1001101 0 110011 101101 10001100 111110 100010

Color Harmonies of #218D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218D45

Black with #218D45

Text Example


Text Example

White with #218D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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