Html Css Color HEX #20835F Elf Green

📋 copy color: '#20835F'

red 32 ◦ green 131 ◦ blue 95

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

Shades of Elf Green #20835F

Tints of Elf Green #20835F

RGB

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

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

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

R = 12.4%
G = 50.78%
B = 36.82%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#20835F (or 0x20835F) is known color: Elf Green. HEX triplet: 20, 83 and 5F. RGB value is (32,131,95). Sum of RGB (Red+Green+Blue) = 32+131+95=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #20835F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20835F is #DF7CA0. Grayscale: #616161. Windows color (decimal): -14646433 or 6259488. OLE color: 6259488.

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

Color convert

RGB 32 131 95 -
CMYK 0.76 0 0.27 0.49
HSL 158.18º 0.61% 0.32% -
HSV(B) 158.18º 0.76% 0.51% -
XYZ 10.78 17.37 13.61 -
YUV 97.3 126.7 81.43 -
System Red Green Blue C M Y K H S L
Decimal 32 131 95 0.76 0 0.27 0.49 158.18 0.61 0.32
Hex 20 83 5F 4C 0 1B 31 9E 3D 20
Octal 40 203 137 114 0 33 61 236 75 40
Binary 100000 10000011 1011111 1001100 0 11011 110001 10011110 111101 100000

Color Harmonies of #20835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20835F

Black with #20835F

Text Example


Text Example

White with #20835F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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