Html Css Color HEX #218373 Elm

📋 copy color: '#218373'

red 33 ◦ green 131 ◦ blue 115

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

Shades of Elm #218373

Tints of Elm #218373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.95%

 BLUE value IS 115 (45.31% from 255) = 41.22%

R = 11.83%
G = 46.95%
B = 41.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#218373 (or 0x218373) is known color: Elm. HEX triplet: 21, 83 and 73. RGB value is (33,131,115). Sum of RGB (Red+Green+Blue) = 33+131+115=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #218373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218373 is #DE7C8C. Grayscale: #636363. Windows color (decimal): -14580877 or 7570209. OLE color: 7570209.

HSL color Cylindrical-coordinate representation of color #218373: hue angle of 170.2º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218373 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 131 115 -
CMYK 0.75 0 0.12 0.49
HSL 170.2º 0.6% 0.32% -
HSV(B) 170.2º 0.75% 0.51% -
XYZ 11.84 17.79 19.03 -
YUV 99.87 136.53 80.3 -
System Red Green Blue C M Y K H S L
Decimal 33 131 115 0.75 0 0.12 0.49 170.2 0.6 0.32
Hex 21 83 73 4B 0 C 31 AA 3C 20
Octal 41 203 163 113 0 14 61 252 74 40
Binary 100001 10000011 1110011 1001011 0 1100 110001 10101010 111100 100000

Color Harmonies of #218373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218373

Black with #218373

Text Example


Text Example

White with #218373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218373; }

 p { color: rgb(33,131,115); }

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

background-color css

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

 a { background-color: rgb(33,131,115); }

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

border-color css

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

 span { border-color: rgb(33,131,115); }

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