Html Css Color HEX #21847C Elm

📋 copy color: '#21847C'

red 33 ◦ green 132 ◦ blue 124

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

Shades of Elm #21847C

Tints of Elm #21847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.67%

 BLUE value IS 124 (48.83% from 255) = 42.91%

R = 11.42%
G = 45.67%
B = 42.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#21847C (or 0x21847C) is known color: Elm. HEX triplet: 21, 84 and 7C. RGB value is (33,132,124). Sum of RGB (Red+Green+Blue) = 33+132+124=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #21847C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21847C is #DE7B83. Grayscale: #656565. Windows color (decimal): -14580612 or 8160289. OLE color: 8160289.

HSL color Cylindrical-coordinate representation of color #21847C: hue angle of 175.15º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21847C is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 132 124 -
CMYK 0.75 0 0.06 0.48
HSL 175.15º 0.6% 0.32% -
HSV(B) 175.15º 0.75% 0.52% -
XYZ 12.52 18.28 21.94 -
YUV 101.49 140.7 79.15 -
System Red Green Blue C M Y K H S L
Decimal 33 132 124 0.75 0 0.06 0.48 175.15 0.6 0.32
Hex 21 84 7C 4B 0 6 30 AF 3C 20
Octal 41 204 174 113 0 6 60 257 74 40
Binary 100001 10000100 1111100 1001011 0 110 110000 10101111 111100 100000

Color Harmonies of #21847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21847C

Black with #21847C

Text Example


Text Example

White with #21847C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21847C; }

 p { color: rgb(33,132,124); }

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

background-color css

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

 a { background-color: rgb(33,132,124); }

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

border-color css

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

 span { border-color: rgb(33,132,124); }

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