#21897F

Color #21897F Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #21897F

Tints of Elm #21897F

Color information

#21897F (or 0x21897F) is unknown color: approx Elm. HEX triplet: 21, 89 and 7F. RGB value is (33,137,127). Sum of RGB (Red+Green+Blue) = 33+137+127=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #21897F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21897F is #DE7680. Grayscale: #686868. Windows color (decimal): -14579329 or 8358177. OLE color: 8358177.

HSL color Cylindrical-coordinate representation of color #21897F: hue angle of 174.23º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21897F is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB33137127-
CMYK0.7600.070.46
HSL174.23º61.18%33.33%-
HSV(B)174.23º75.91%53.73%-
XYZ13.419.7523.18-
YUV104.76140.5476.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.11%
GREEN value IS 137 (53.91% from 255) = 46.13%
BLUE value IS 127 (50% from 255) = 42.76%
R=11.11%
G=46.13%
B=42.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331371270.7600.070.46174.2361.1833.33
Hex21897F4C072Eae3d21
Octal4121117711407562567541
Binary1000011000100111111111001100011110111010101110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21897F;
 }
 .AnyTagClassName
 {
   color: #21897F;
 }
</style>
background-color css

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

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

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

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

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

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