Html Css Color HEX #217872 Elm

📋 copy color: '#217872'

red 33 ◦ green 120 ◦ blue 114

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

Shades of Elm #217872

Tints of Elm #217872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.7%

R = 12.36%
G = 44.94%
B = 42.7%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#217872 (or 0x217872) is known color: Elm. HEX triplet: 21, 78 and 72. RGB value is (33,120,114). Sum of RGB (Red+Green+Blue) = 33+120+114=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #217872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217872 is #DE878D. Grayscale: #5D5D5D. Windows color (decimal): -14583694 or 7501857. OLE color: 7501857.

HSL color Cylindrical-coordinate representation of color #217872: hue angle of 175.86º 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 #217872 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 120 114 -
CMYK 0.72 0 0.05 0.53
HSL 175.86º 0.57% 0.3% -
HSV(B) 175.86º 0.73% 0.47% -
XYZ 10.38 14.97 18.26 -
YUV 93.3 139.68 84.99 -
System Red Green Blue C M Y K H S L
Decimal 33 120 114 0.72 0 0.05 0.53 175.86 0.57 0.3
Hex 21 78 72 48 0 5 35 B0 39 1E
Octal 41 170 162 110 0 5 65 260 71 36
Binary 100001 1111000 1110010 1001000 0 101 110101 10110000 111001 11110

Color Harmonies of #217872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217872

Black with #217872

Text Example


Text Example

White with #217872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217872; }

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

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

background-color css

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

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

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

border-color css

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

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

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