Html Css Color HEX #218275 Elm

📋 copy color: '#218275'

red 33 ◦ green 130 ◦ blue 117

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

Shades of Elm #218275

Tints of Elm #218275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.43%

 BLUE value IS 117 (46.09% from 255) = 41.79%

R = 11.79%
G = 46.43%
B = 41.79%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#218275 (or 0x218275) is known color: Elm. HEX triplet: 21, 82 and 75. RGB value is (33,130,117). Sum of RGB (Red+Green+Blue) = 33+130+117=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #218275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218275 is #DE7D8A. Grayscale: #636363. Windows color (decimal): -14581131 or 7701025. OLE color: 7701025.

HSL color Cylindrical-coordinate representation of color #218275: hue angle of 171.96º 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 #218275 is Cyan = 0.75, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 130 117 -
CMYK 0.75 0 0.1 0.49
HSL 171.96º 0.6% 0.32% -
HSV(B) 171.96º 0.75% 0.51% -
XYZ 11.82 17.57 19.6 -
YUV 99.52 137.86 80.56 -
System Red Green Blue C M Y K H S L
Decimal 33 130 117 0.75 0 0.1 0.49 171.96 0.6 0.32
Hex 21 82 75 4B 0 A 31 AC 3C 20
Octal 41 202 165 113 0 12 61 254 74 40
Binary 100001 10000010 1110101 1001011 0 1010 110001 10101100 111100 100000

Color Harmonies of #218275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218275

Black with #218275

Text Example


Text Example

White with #218275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218275; }

 p { color: rgb(33,130,117); }

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

background-color css

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

 a { background-color: rgb(33,130,117); }

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

border-color css

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

 span { border-color: rgb(33,130,117); }

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