Html Css Color HEX #21756D Elm

📋 copy color: '#21756D'

red 33 ◦ green 117 ◦ blue 109

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

Shades of Elm #21756D

Tints of Elm #21756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.17%

 BLUE value IS 109 (42.97% from 255) = 42.08%

R = 12.74%
G = 45.17%
B = 42.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#21756D (or 0x21756D) is known color: Elm. HEX triplet: 21, 75 and 6D. RGB value is (33,117,109). Sum of RGB (Red+Green+Blue) = 33+117+109=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #21756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21756D is #DE8A92. Grayscale: #5A5A5A. Windows color (decimal): -14584467 or 7173409. OLE color: 7173409.

HSL color Cylindrical-coordinate representation of color #21756D: hue angle of 174.29º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21756D is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 117 109 -
CMYK 0.72 0 0.07 0.54
HSL 174.29º 0.56% 0.29% -
HSV(B) 174.29º 0.72% 0.46% -
XYZ 9.75 14.15 16.69 -
YUV 90.97 138.17 86.65 -
System Red Green Blue C M Y K H S L
Decimal 33 117 109 0.72 0 0.07 0.54 174.29 0.56 0.29
Hex 21 75 6D 48 0 7 36 AE 38 1D
Octal 41 165 155 110 0 7 66 256 70 35
Binary 100001 1110101 1101101 1001000 0 111 110110 10101110 111000 11101

Color Harmonies of #21756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21756D

Black with #21756D

Text Example


Text Example

White with #21756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21756D; }

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

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

background-color css

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

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

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

border-color css

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

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

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