Html Css Color HEX #21726A Elm

📋 copy color: '#21726A'

red 33 ◦ green 114 ◦ blue 106

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

Shades of Elm #21726A

Tints of Elm #21726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.06%

 BLUE value IS 106 (41.8% from 255) = 41.9%

R = 13.04%
G = 45.06%
B = 41.9%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#21726A (or 0x21726A) is known color: Elm. HEX triplet: 21, 72 and 6A. RGB value is (33,114,106). Sum of RGB (Red+Green+Blue) = 33+114+106=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #21726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21726A is #DE8D95. Grayscale: #585858. Windows color (decimal): -14585238 or 6976033. OLE color: 6976033.

HSL color Cylindrical-coordinate representation of color #21726A: hue angle of 174.07º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21726A is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 114 106 -
CMYK 0.71 0 0.07 0.55
HSL 174.07º 0.55% 0.29% -
HSV(B) 174.07º 0.71% 0.45% -
XYZ 9.25 13.4 15.73 -
YUV 88.87 137.66 88.15 -
System Red Green Blue C M Y K H S L
Decimal 33 114 106 0.71 0 0.07 0.55 174.07 0.55 0.29
Hex 21 72 6A 47 0 7 37 AE 37 1D
Octal 41 162 152 107 0 7 67 256 67 35
Binary 100001 1110010 1101010 1000111 0 111 110111 10101110 110111 11101

Color Harmonies of #21726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21726A

Black with #21726A

Text Example


Text Example

White with #21726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21726A; }

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

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

background-color css

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

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

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

border-color css

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

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

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