Html Css Color HEX #218276 Elm

📋 copy color: '#218276'

red 33 ◦ green 130 ◦ blue 118

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

Shades of Elm #218276

Tints of Elm #218276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 11.74%
G = 46.26%
B = 41.99%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#218276 (or 0x218276) is known color: Elm. HEX triplet: 21, 82 and 76. RGB value is (33,130,118). Sum of RGB (Red+Green+Blue) = 33+130+118=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #218276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218276 is #DE7D89. Grayscale: #636363. Windows color (decimal): -14581130 or 7766561. OLE color: 7766561.

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

Color convert

RGB 33 130 118 -
CMYK 0.75 0 0.09 0.49
HSL 172.58º 0.6% 0.32% -
HSV(B) 172.58º 0.75% 0.51% -
XYZ 11.88 17.6 19.91 -
YUV 99.63 138.36 80.48 -
System Red Green Blue C M Y K H S L
Decimal 33 130 118 0.75 0 0.09 0.49 172.58 0.6 0.32
Hex 21 82 76 4B 0 9 31 AD 3C 20
Octal 41 202 166 113 0 11 61 255 74 40
Binary 100001 10000010 1110110 1001011 0 1001 110001 10101101 111100 100000

Color Harmonies of #218276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218276

Black with #218276

Text Example


Text Example

White with #218276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218276; }

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

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

background-color css

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

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

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

border-color css

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

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

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