Html Css Color HEX #217875 Elm

📋 copy color: '#217875'

red 33 ◦ green 120 ◦ blue 117

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

Shades of Elm #217875

Tints of Elm #217875

RGB

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

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

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

R = 12.22%
G = 44.44%
B = 43.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#217875 (or 0x217875) is known color: Elm. HEX triplet: 21, 78 and 75. RGB value is (33,120,117). Sum of RGB (Red+Green+Blue) = 33+120+117=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #217875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217875 is #DE878A. Grayscale: #5D5D5D. Windows color (decimal): -14583691 or 7698465. OLE color: 7698465.

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

Color convert

RGB 33 120 117 -
CMYK 0.72 0 0.02 0.53
HSL 177.93º 0.57% 0.3% -
HSV(B) 177.93º 0.73% 0.47% -
XYZ 10.55 15.04 19.18 -
YUV 93.65 141.18 84.74 -
System Red Green Blue C M Y K H S L
Decimal 33 120 117 0.72 0 0.02 0.53 177.93 0.57 0.3
Hex 21 78 75 48 0 2 35 B2 39 1E
Octal 41 170 165 110 0 2 65 262 71 36
Binary 100001 1111000 1110101 1001000 0 10 110101 10110010 111001 11110

Color Harmonies of #217875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217875

Black with #217875

Text Example


Text Example

White with #217875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217875; }

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

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

background-color css

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

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

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

border-color css

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

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

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