Html Css Color HEX #218481 Elm

📋 copy color: '#218481'

red 33 ◦ green 132 ◦ blue 129

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

Shades of Elm #218481

Tints of Elm #218481

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.9%

 BLUE value IS 129 (50.78% from 255) = 43.88%

R = 11.22%
G = 44.9%
B = 43.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#218481 (or 0x218481) is known color: Elm. HEX triplet: 21, 84 and 81. RGB value is (33,132,129). Sum of RGB (Red+Green+Blue) = 33+132+129=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #218481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218481 is #DE7B7E. Grayscale: #656565. Windows color (decimal): -14580607 or 8487969. OLE color: 8487969.

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

Color convert

RGB 33 132 129 -
CMYK 0.75 0 0.02 0.48
HSL 178.18º 0.6% 0.32% -
HSV(B) 178.18º 0.75% 0.52% -
XYZ 12.84 18.41 23.65 -
YUV 102.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 33 132 129 0.75 0 0.02 0.48 178.18 0.6 0.32
Hex 21 84 81 4B 0 2 30 B2 3C 20
Octal 41 204 201 113 0 2 60 262 74 40
Binary 100001 10000100 10000001 1001011 0 10 110000 10110010 111100 100000

Color Harmonies of #218481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218481

Black with #218481

Text Example


Text Example

White with #218481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218481; }

 p { color: rgb(33,132,129); }

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

background-color css

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

 a { background-color: rgb(33,132,129); }

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

border-color css

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

 span { border-color: rgb(33,132,129); }

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