Html Css Color HEX #217870 Elm

📋 copy color: '#217870'

red 33 ◦ green 120 ◦ blue 112

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

Shades of Elm #217870

Tints of Elm #217870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.28%

 BLUE value IS 112 (44.14% from 255) = 42.26%

R = 12.45%
G = 45.28%
B = 42.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#217870 (or 0x217870) is known color: Elm. HEX triplet: 21, 78 and 70. RGB value is (33,120,112). Sum of RGB (Red+Green+Blue) = 33+120+112=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #217870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217870 is #DE878F. Grayscale: #5D5D5D. Windows color (decimal): -14583696 or 7370785. OLE color: 7370785.

HSL color Cylindrical-coordinate representation of color #217870: hue angle of 174.48º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217870 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 120 112 -
CMYK 0.72 0 0.07 0.53
HSL 174.48º 0.57% 0.3% -
HSV(B) 174.48º 0.73% 0.47% -
XYZ 10.27 14.93 17.67 -
YUV 93.08 138.68 85.15 -
System Red Green Blue C M Y K H S L
Decimal 33 120 112 0.72 0 0.07 0.53 174.48 0.57 0.3
Hex 21 78 70 48 0 7 35 AE 39 1E
Octal 41 170 160 110 0 7 65 256 71 36
Binary 100001 1111000 1110000 1001000 0 111 110101 10101110 111001 11110

Color Harmonies of #217870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217870

Black with #217870

Text Example


Text Example

White with #217870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217870; }

 p { color: rgb(33,120,112); }

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

background-color css

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

 a { background-color: rgb(33,120,112); }

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

border-color css

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

 span { border-color: rgb(33,120,112); }

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