Html Css Color HEX #21837F Elm

📋 copy color: '#21837F'

red 33 ◦ green 131 ◦ blue 127

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

Shades of Elm #21837F

Tints of Elm #21837F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.64%

R = 11.34%
G = 45.02%
B = 43.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#21837F (or 0x21837F) is known color: Elm. HEX triplet: 21, 83 and 7F. RGB value is (33,131,127). Sum of RGB (Red+Green+Blue) = 33+131+127=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 131 - color contains mainly: green. Hex color #21837F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21837F is #DE7C80. Grayscale: #656565. Windows color (decimal): -14580865 or 8356641. OLE color: 8356641.

HSL color Cylindrical-coordinate representation of color #21837F: hue angle of 177.55º 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 #21837F is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 131 127 -
CMYK 0.75 0 0.03 0.49
HSL 177.55º 0.6% 0.32% -
HSV(B) 177.55º 0.75% 0.51% -
XYZ 12.57 18.09 22.91 -
YUV 101.24 142.53 79.33 -
System Red Green Blue C M Y K H S L
Decimal 33 131 127 0.75 0 0.03 0.49 177.55 0.6 0.32
Hex 21 83 7F 4B 0 3 31 B2 3C 20
Octal 41 203 177 113 0 3 61 262 74 40
Binary 100001 10000011 1111111 1001011 0 11 110001 10110010 111100 100000

Color Harmonies of #21837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21837F

Black with #21837F

Text Example


Text Example

White with #21837F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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