Html Css Color HEX #218950 Sea Green

📋 copy color: '#218950'

red 33 ◦ green 137 ◦ blue 80

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

Shades of Sea Green #218950

Tints of Sea Green #218950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 54.8%

 BLUE value IS 80 (31.64% from 255) = 32%

R = 13.2%
G = 54.8%
B = 32%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#218950 (or 0x218950) is known color: Sea Green. HEX triplet: 21, 89 and 50. RGB value is (33,137,80). Sum of RGB (Red+Green+Blue) = 33+137+80=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 137 (53.91% from 255 or 54.8% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 137 - color contains mainly: green. Hex color #218950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218950 is #DE76AF. Grayscale: #636363. Windows color (decimal): -14579376 or 5277985. OLE color: 5277985.

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

Color convert

RGB 33 137 80 -
CMYK 0.76 0 0.42 0.46
HSL 147.12º 0.61% 0.33% -
HSV(B) 147.12º 0.76% 0.54% -
XYZ 11.02 18.79 10.64 -
YUV 99.41 117.04 80.63 -
System Red Green Blue C M Y K H S L
Decimal 33 137 80 0.76 0 0.42 0.46 147.12 0.61 0.33
Hex 21 89 50 4C 0 2A 2E 93 3D 21
Octal 41 211 120 114 0 52 56 223 75 41
Binary 100001 10001001 1010000 1001100 0 101010 101110 10010011 111101 100001

Color Harmonies of #218950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218950

Black with #218950

Text Example


Text Example

White with #218950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218950; }

 p { color: rgb(33,137,80); }

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

background-color css

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

 a { background-color: rgb(33,137,80); }

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

border-color css

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

 span { border-color: rgb(33,137,80); }

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