Html Css Color HEX #21837A Elm

📋 copy color: '#21837A'

red 33 ◦ green 131 ◦ blue 122

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

Shades of Elm #21837A

Tints of Elm #21837A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.8%

 BLUE value IS 122 (48.05% from 255) = 42.66%

R = 11.54%
G = 45.8%
B = 42.66%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#21837A (or 0x21837A) is known color: Elm. HEX triplet: 21, 83 and 7A. RGB value is (33,131,122). Sum of RGB (Red+Green+Blue) = 33+131+122=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #21837A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21837A is #DE7C85. Grayscale: #646464. Windows color (decimal): -14580870 or 8028961. OLE color: 8028961.

HSL color Cylindrical-coordinate representation of color #21837A: hue angle of 174.49º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21837A is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 131 122 -
CMYK 0.75 0 0.07 0.49
HSL 174.49º 0.6% 0.32% -
HSV(B) 174.49º 0.75% 0.51% -
XYZ 12.26 17.96 21.23 -
YUV 100.67 140.03 79.73 -
System Red Green Blue C M Y K H S L
Decimal 33 131 122 0.75 0 0.07 0.49 174.49 0.6 0.32
Hex 21 83 7A 4B 0 7 31 AE 3C 20
Octal 41 203 172 113 0 7 61 256 74 40
Binary 100001 10000011 1111010 1001011 0 111 110001 10101110 111100 100000

Color Harmonies of #21837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21837A

Black with #21837A

Text Example


Text Example

White with #21837A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,131,122); }

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

background-color css

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

 a { background-color: rgb(33,131,122); }

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

border-color css

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

 span { border-color: rgb(33,131,122); }

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