Html Css Color HEX #20855F Elf Green

📋 copy color: '#20855F'

red 32 ◦ green 133 ◦ blue 95

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

Shades of Elf Green #20855F

Tints of Elf Green #20855F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.54%

R = 12.31%
G = 51.15%
B = 36.54%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#20855F (or 0x20855F) is known color: Elf Green. HEX triplet: 20, 85 and 5F. RGB value is (32,133,95). Sum of RGB (Red+Green+Blue) = 32+133+95=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #20855F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20855F is #DF7AA0. Grayscale: #626262. Windows color (decimal): -14645921 or 6260000. OLE color: 6260000.

HSL color Cylindrical-coordinate representation of color #20855F: hue angle of 157.43º 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 #20855F is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 133 95 -
CMYK 0.76 0 0.29 0.48
HSL 157.43º 0.61% 0.32% -
HSV(B) 157.43º 0.76% 0.52% -
XYZ 11.05 17.91 13.7 -
YUV 98.47 126.04 80.59 -
System Red Green Blue C M Y K H S L
Decimal 32 133 95 0.76 0 0.29 0.48 157.43 0.61 0.32
Hex 20 85 5F 4C 0 1D 30 9D 3D 20
Octal 40 205 137 114 0 35 60 235 75 40
Binary 100000 10000101 1011111 1001100 0 11101 110000 10011101 111101 100000

Color Harmonies of #20855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20855F

Black with #20855F

Text Example


Text Example

White with #20855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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