Html Css Color HEX #20857F Elm

📋 copy color: '#20857F'

red 32 ◦ green 133 ◦ blue 127

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

Shades of Elm #20857F

Tints of Elm #20857F

RGB

 RED value IS 32 (12.89% from 255) = 10.96%

 GREEN value IS 133 (52.34% from 255) = 45.55%

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

R = 10.96%
G = 45.55%
B = 43.49%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#20857F (or 0x20857F) is known color: Elm. HEX triplet: 20, 85 and 7F. RGB value is (32,133,127). Sum of RGB (Red+Green+Blue) = 32+133+127=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #20857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20857F is #DF7A80. Grayscale: #666666. Windows color (decimal): -14645889 or 8357152. OLE color: 8357152.

HSL color Cylindrical-coordinate representation of color #20857F: hue angle of 176.44º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20857F is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 133 127 -
CMYK 0.76 0 0.05 0.48
HSL 176.44º 0.61% 0.32% -
HSV(B) 176.44º 0.76% 0.52% -
XYZ 12.81 18.61 23 -
YUV 102.12 142.04 77.99 -
System Red Green Blue C M Y K H S L
Decimal 32 133 127 0.76 0 0.05 0.48 176.44 0.61 0.32
Hex 20 85 7F 4C 0 5 30 B0 3D 20
Octal 40 205 177 114 0 5 60 260 75 40
Binary 100000 10000101 1111111 1001100 0 101 110000 10110000 111101 100000

Color Harmonies of #20857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20857F

Black with #20857F

Text Example


Text Example

White with #20857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,133,127); }

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

background-color css

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

 a { background-color: rgb(32,133,127); }

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

border-color css

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

 span { border-color: rgb(32,133,127); }

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